mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
document the new options (and some not so new ones).
2007-04-11 Sven Neumann <sven@gimp.org> * INSTALL: document the new options (and some not so new ones). svn path=/trunk/; revision=22235
This commit is contained in:
parent
82bcef803e
commit
e765017cb5
2 changed files with 22 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2007-04-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* INSTALL: document the new options (and some not so new ones).
|
||||
|
||||
* configure.in: applied patch from Hanno Boeck that adds more
|
||||
configure options (bug #425267).
|
||||
|
||||
|
|
20
INSTALL
20
INSTALL
|
@ -123,6 +123,10 @@ These are:
|
|||
GIMP will be binary relocatable. Plug-ins and data files will
|
||||
be searched relative to the gimp binary instead of in the paths
|
||||
defined at compile time.
|
||||
|
||||
--with-shm=[none|sysv|posix|auto]. This option allows you to specify
|
||||
how image data is transported between the core and plug-ins. Usually
|
||||
the best way to do this is detected automatically.
|
||||
|
||||
--without-libtiff, --without-libjpeg, --without-libpng. configure
|
||||
will bail out if libtiff, libjpeg or libpng can not be found. You
|
||||
|
@ -158,6 +162,21 @@ These are:
|
|||
--without-print. If for some reason you don't want to build the Print
|
||||
plug-in based on the GtkPrint API, you can build with --without-print.
|
||||
|
||||
--without-gnomevfs. If you don't want to use gnomevfs to access remote
|
||||
files, you can pass --without-gnomevfs to the configure script.
|
||||
|
||||
--without-libcurl. If you don't want to use libcurl to access remote
|
||||
files, you can pass --without-gnomevfs to the configure script.
|
||||
|
||||
--without-alsa. If you don't want to compile ALSA support into the
|
||||
MIDI input controller module, you can use the --without-alsa option.
|
||||
|
||||
--without-linux-input. If you don't want to compile the Linux Input
|
||||
controller module, you can use the --without-linux-input option.
|
||||
|
||||
--without-dbus. If you want to build without D-Bus support, you can
|
||||
pass --without-dbus to the configure script.
|
||||
|
||||
--with-gif-compression=[lzw|rle|none]. Allows to tune the compression
|
||||
algorithm used by the GIF plug-in. If you are afraid of Unisys' LZW
|
||||
patent (which should have expired in most countries by now), you
|
||||
|
@ -203,6 +222,7 @@ These are:
|
|||
--without-script-fu. If for some reason you don't want to build the
|
||||
Script-Fu plug-in, you can use --without-script-fu.
|
||||
|
||||
|
||||
The `make' command builds several things:
|
||||
- A bunch of public libraries in the directories starting with 'libgimp'.
|
||||
- The plug-in programs in the 'plug-ins' directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue