mirror of https://github.com/GNOME/gimp.git
improvements based on a patch from bug #361672.
2006-10-12 Sven Neumann <sven@gimp.org> * INSTALL: improvements based on a patch from bug #361672.
This commit is contained in:
parent
b1de7a084e
commit
dacec92619
|
@ -1,3 +1,7 @@
|
|||
2006-10-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* INSTALL: improvements based on a patch from bug #361672.
|
||||
|
||||
2006-10-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpstock.c (gimp_stock_items): added a mnemonic
|
||||
|
|
12
INSTALL
12
INSTALL
|
@ -51,14 +51,18 @@ header files installed.
|
|||
to check that the following libraries are installed: libpng,
|
||||
libjpeg, libpoppler, libtiff, gtkhtml-2, libmng, librsvg, libwmf.
|
||||
|
||||
6. Configure GIMP by running the `configure' script. You may want
|
||||
6. The Python extension requires Python development headers to be
|
||||
present. You will also need PyGTK and the respective development
|
||||
headers.
|
||||
|
||||
7. Configure GIMP by running the `configure' script. You may want
|
||||
to pass some options to it, see below.
|
||||
|
||||
7. Build GIMP by running `make'. The use of GNU make is recommened.
|
||||
8. Build GIMP by running `make'. The use of GNU make is recommended.
|
||||
If you need to tweak the build to make it work with other flavours
|
||||
of make, we'd appreciate if you'd send us a patch with the changes.
|
||||
|
||||
8. Install GIMP by running `make install'. In order to avoid clashes
|
||||
9. Install GIMP by running `make install'. In order to avoid clashes
|
||||
with other versions of GIMP, we install a binary called gimp-2.3.
|
||||
By default there's also a link created so that you can type 'gimp'
|
||||
to start gimp-2.3.
|
||||
|
@ -267,7 +271,7 @@ There are some GIMP plug-ins that need additional third-party libraries
|
|||
installed on your system. For example to compile the plug-ins that load
|
||||
and save JPEG, PNG or TIFF files you need the related libraries and header
|
||||
files installed, otherwise you'll get a message that plugin xyz will not
|
||||
be build.
|
||||
be built.
|
||||
|
||||
If you are sure that those libraries are correctly installed, but configure
|
||||
fails to detect them, the following might help:
|
||||
|
|
Loading…
Reference in New Issue