$Header: /cvs/gnome/gIDE/INSTALL,v 1.2 1999/12/06 14:17:22 jpr Exp $
gIDE Requirements

glib and gtk+ >= 1.2.4
gnome-libs >= 1.0
libglade >= 0.11
guile >= 1.3 (optional, but required for syntax highlighting)

gIDE Installation

Go to the the gIDE directory and run the following:

./configure --prefix=<your prefix>
make
make install

Where <your prefix> is the dir tree you want to install to, i.e. /usr/local.
If the place you are installing to requires root privileges, su to root
before typing make install.

On a user's first launch of gIDE, the sample configuration files will 
be copied to the user's gIDE directory (~/.gide).


To Uninstall:

Go to the the gIDE directory and run the following:

make uninstall

If you have further questions, ask on the gIDE Mailing List 
<gide-list@gide.pn.org> (to subscribe: send a 'subscribe gide-list' 
mail to <majordomo@gide.pn.org>).
