some more fixes to INSTALL
This commit is contained in:
parent
58db1a78e4
commit
63276a0bdf
2 changed files with 9 additions and 10 deletions
|
|
@ -1,6 +1,7 @@
|
|||
2001-01-17 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* INSTALL
|
||||
* INSTALL: updated and changed .gimp to .gimp-1.2
|
||||
|
||||
* configure.in: changed .gimp to .gimp-1.2
|
||||
|
||||
Mon Jan 15 17:17:33 PST 2001 Manish Singh <yosh@gimp.org>
|
||||
|
|
|
|||
16
INSTALL
16
INSTALL
|
|
@ -84,10 +84,9 @@ recognizes. These are:
|
|||
all of your horsepower. Enabling it on singleprocessor systems won't
|
||||
harm but cause a bit processing overhead.
|
||||
|
||||
8. --with-sendmail=[], --with-lp=[], --with-lpc=[], --with-lpr=[] and
|
||||
--with-lpstat=[]. This options are used to tell GIMP where to find
|
||||
this commands. Normally this options don't have to be used because
|
||||
configure tries to find them in the usual places.
|
||||
8. --with-sendmail=[]. This option is used to tell GIMP where to find
|
||||
this command. Normally this options don't have to be used because
|
||||
configure tries to find it in the usual places.
|
||||
|
||||
9. --enable-python and --disable-python. This options control whether to
|
||||
build the python scripting language plygin or not. This options
|
||||
|
|
@ -101,11 +100,10 @@ The `make' command builds several things:
|
|||
- The plug-in programs in the `plug-ins' subdirectory.
|
||||
- The main GIMP program in `app/gimp'.
|
||||
|
||||
The `make install' commands installs the glib, gdk and gtk header
|
||||
files and libraries, the gimp header files associated with libgimp and
|
||||
the libgimp library, the plug-ins, and the GIMP executable. After
|
||||
running `make install' and assuming the build process was successful
|
||||
you should be able to run `gimp'.
|
||||
The `make install' commands installs the gimp header files associated
|
||||
with libgimp and the libgimp library, the plug-ins, some data files and
|
||||
the GIMP executable. After running `make install' and assuming the build
|
||||
process was successful you should be able to run `gimp'.
|
||||
|
||||
Using `make install-strip' will remove unneeded debugging cruft and
|
||||
unused functions from the binaries which will reduce the size of the
|
||||
|
|
|
|||
Loading…
Reference in a new issue