some more fixes to INSTALL

This commit is contained in:
Sven Neumann 2001-01-17 14:11:01 +00:00
parent 969e0521a3
commit 79f575b17f
2 changed files with 8 additions and 10 deletions

View file

@ -1,6 +1,6 @@
2001-01-17 Sven Neumann <sven@gimp.org> 2001-01-17 Sven Neumann <sven@gimp.org>
* INSTALL: adjusted version numbers, added warning * INSTALL: adjusted version numbers, updated, added warning
* configure.in: changed .gimp to .gimp-1.3 * configure.in: changed .gimp to .gimp-1.3

16
INSTALL
View file

@ -87,10 +87,9 @@ recognizes. These are:
all of your horsepower. Enabling it on singleprocessor systems won't all of your horsepower. Enabling it on singleprocessor systems won't
harm but cause a bit processing overhead. harm but cause a bit processing overhead.
8. --with-sendmail=[], --with-lp=[], --with-lpc=[], --with-lpr=[] and 8. --with-sendmail=[]. This option is used to tell GIMP where to find
--with-lpstat=[]. This options are used to tell GIMP where to find this command. Normally this options don't have to be used because
this commands. Normally this options don't have to be used because configure tries to find it in the usual places.
configure tries to find them in the usual places.
9. --enable-python and --disable-python. This options control whether to 9. --enable-python and --disable-python. This options control whether to
build the python scripting language plygin or not. This options build the python scripting language plygin or not. This options
@ -104,11 +103,10 @@ The `make' command builds several things:
- The plug-in programs in the `plug-ins' subdirectory. - The plug-in programs in the `plug-ins' subdirectory.
- The main GIMP program in `app/gimp'. - The main GIMP program in `app/gimp'.
The `make install' commands installs the glib, gdk and gtk header The `make install' commands installs the gimp header files associated
files and libraries, the gimp header files associated with libgimp and with libgimp and the libgimp library, the plug-ins, some data files and
the libgimp library, the plug-ins, and the GIMP executable. After the GIMP executable. After running `make install' and assuming the
running `make install' and assuming the build process was successful build process was successful you should be able to run `gimp'.
you should be able to run `gimp'.
Using `make install-strip' will remove unneeded debugging cruft and Using `make install-strip' will remove unneeded debugging cruft and
unused functions from the binaries which will reduce the size of the unused functions from the binaries which will reduce the size of the