assorted updates

This commit is contained in:
Sven Neumann 2003-03-20 09:47:38 +00:00
parent aac6a44ff0
commit f047f277b8
3 changed files with 17 additions and 21 deletions

View File

@ -1,3 +1,7 @@
2003-03-20 Sven Neumann <sven@gimp.org>
* INSTALL: some minor updates.
2003-03-20 Simon Budig <simon@gimp.org>
* app/tools/gimpvectortool.[ch]

28
INSTALL
View File

@ -7,11 +7,11 @@ There are some basic steps to building and installing the GIMP:
1. You need to have installed a recent version of pkg-config available
from http://www.freedesktop.org/software/pkgconfig/.
2. You need to have installed GTK version 2.2.0 or better. Do not try
to use an older GTK+ version (1.2.x), it will not work. GTK+-2.2
itself needs recent versions of GLib-2.2, Pango and ATK. Grab them
from ftp://ftp.gtk.org/. GTK+-2.2 and friends can be installed side
by side with GTK+-1.2.
2. You need to have installed GTK+ version 2.2.0 or better. Do not try to
use an older GTK+ version (1.2.x), it will not work. GTK+-2.2 itself
needs recent versions of GLib, Pango and ATK. Grab them from
ftp://ftp.gtk.org/. GTK+-2.x and friends can be installed side by side
with GTK+-1.2.
3. We require PangoFT2, a Pango backend that uses FreeType2. Make sure
you have FreeType2 installed before you compile Pango. It can be
@ -86,7 +86,7 @@ recognizes. These are:
them using the options given above.
--enable-gtk-doc. This option controls whether the libgimp API
reference will be created using gtk-doc. The HTML pages are
references will be created using gtk-doc. The HTML pages are
included in a standard tarball, so you will only need this if you
are building from CVS.
@ -170,24 +170,16 @@ several reasons why this might fail:
or
LDFLAGS="-Wl,-rpath -Wl,/home/joe/lib" ./configure
* An old version of the GTK libraries was found instead of
* An old version of the GTK+ libraries was found instead of
your newly installed version. This commonly happens if a
binary package of GTK was previously installed on your system,
and you later compiled GTK from source.
binary package of GTK+ was previously installed on your system,
and you later compiled GTK+ from source.
Fix: remove the old libraries and include files.
A detailed log of the ./configure output is written to the file
config.log. This may help diagnose problems.
If you are sure of what you're doing, you can bypass the sanity check and
just go by what gtk-config by using the --disable-gtktest option. Please
only use this in dire circumstances.
After fixing a problem, it is safest to delete the file 'config.cache'
before re-running ./configure.
When ./configure fails on plug-ins
==================================
@ -211,8 +203,6 @@ certain place, e.g. if you are working in a bash shell you would say:
export CPPFLAGS="-I<path_to_header_file> -I<path_to_another_one>"
before you run configure.
It's wise to remove the file 'config.cache' before re-running configure.
Generic Instructions for Building Auto-Configured Packages

6
NEWS
View File

@ -11,7 +11,8 @@ dubbed GIMP 1.4.
Overview of Changes in GIMP 1.3.13
==================================
- Allow to create channels from an image's color component [Sven, Mitch]
- Added color pickers to levels tool for easier color correction [Sven]
- Allow to create channels from an image's color component [Sven, Mitch]
- Added a full-screen mode for the image window [Sven, Mitch]
- Added a simple config file writer to GimpConfig [Sven]
- Moved gimp-perl into it's own CVS module [Yosh]
@ -22,7 +23,8 @@ Overview of Changes in GIMP 1.3.13
Other contributors:
Sunil Mohan Adapa, Tor Lillqvist, Jay Cox, Dave Neary, Michael J. Hammel,
Toralf Lund, Raphael Quinet, Hans Breuer, Tuomas Kuosmanen
Toralf Lund, Raphael Quinet, Hans Breuer, Tuomas Kuosmanen, David Necas,
Jakub Steiner, Simon Budig
Overview of Changes in GIMP 1.3.12