gPHPEdit 0.9.91 on Ubuntu 9.04

August 19th, 2009

I am excited to see that gPHPEdit is now under active development again. I downoaded the Feb 9, 2009 snapshot and tried compiling it.

At first I was given the error that the following libraries were not installed:

gtk+-2.0
libgnomeui-2.0
gnome-vfs-2.0
libgtkhtml-2.0

So I ran these commands to install them:

sudo apt-get install libgtk2.0-dev
sudo apt-get install libgnomeui-dev

Then navigate to the source directory and run these commands in your terminal:

cd gphpedit
./configure
make
sudo make install

Here is gPHPEdit 0.9.91 running on Ubuntu 9.04 :)

gPHPEdit 0.9.91 running on Ubuntu 9.04

gPHPEdit 0.9.91 running on Ubuntu 9.04

Leave a Reply