1998-02-26 19:55:07 +08:00
|
|
|
If you want to hack on the GIMP project, it will make you life easier
|
|
|
|
to have the following packages installed:
|
|
|
|
|
|
|
|
- GNU autoconf 2.12
|
|
|
|
- GNU automake 1.2d
|
|
|
|
Available in ftp://ftp.cygnus.com/pub/tromey
|
|
|
|
- GNU libtool 1.0f
|
|
|
|
|
|
|
|
These should be available by ftp from prep.ai.mit.edu or any of the
|
|
|
|
fine GNU mirrors. Beta software can be found at alpha.gnu.org.
|
|
|
|
|
1998-02-27 06:19:38 +08:00
|
|
|
If you are accessing gimp via CVS, then you will need to take several
|
1998-02-26 19:55:07 +08:00
|
|
|
steps to get it to compile. These are:
|
|
|
|
|
|
|
|
cvsroot/gimp# aclocal; automake; autoconf
|
|
|
|
|
|
|
|
N.b., the "configure" script will not exist until you take these
|
|
|
|
steps.
|
|
|
|
|
|
|
|
Before running configure, make sure you have libtool in your path.
|
|
|
|
|