mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
INSTALL README configure.in updated pkg-config location and various other
2001-07-29 Sven Neumann <sven@gimp.org> * INSTALL * README * configure.in * gimp-1.4.m4: updated pkg-config location and various other tweaks.
This commit is contained in:
parent
8ee2ebd0de
commit
4672a1dee1
5 changed files with 58 additions and 39 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2001-07-29 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* INSTALL
|
||||||
|
* README
|
||||||
|
* configure.in
|
||||||
|
* gimp-1.4.m4: updated pkg-config location and various other tweaks.
|
||||||
|
|
||||||
2001-07-29 Sven Neumann <sven@gimp.org>
|
2001-07-29 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/FractalExplorer/Dialogs.c
|
* plug-ins/FractalExplorer/Dialogs.c
|
||||||
|
|
46
INSTALL
46
INSTALL
|
@ -2,25 +2,30 @@ THIS IS A DEVELOPMENT VERSION OF THE GIMP !! YOU SHOULD BE USING THE
|
||||||
STABLE VERSION 1.2 INSTEAD !! YOU HAVE BEEN WARNED!
|
STABLE VERSION 1.2 INSTEAD !! YOU HAVE BEEN WARNED!
|
||||||
|
|
||||||
|
|
||||||
There are six basic steps to building and installing the GIMP:
|
There are some basic steps to building and installing the GIMP:
|
||||||
|
|
||||||
1. You need to have installed GTK version 1.3.7 or better. Do not try
|
1. You need to have installed a recent version of pkg-config available
|
||||||
to use the stable GTK+ versions 1.2.x, it will not work.
|
from http://www.freedesktop.org/software/pkgconfig/.
|
||||||
2. You may want to install other third party libraries or programs that
|
2. You need to have installed GTK version 1.3.7 or better. Do not try
|
||||||
|
to use the stable GTK+ versions 1.2.x, it will not work. GTK+-1.3.x
|
||||||
|
are development releases of the upcoming GTK+-2.0 release. GTK+-2.0
|
||||||
|
itself needs recent versions of GLib-2.0, Pango and ATK.
|
||||||
|
GTK+-2.0 and friends can be installed side by side with GTK+-1.2.
|
||||||
|
3. You may want to install other third party libraries or programs that
|
||||||
are needed for some of the available plugins: TIFF, PNG, JPEG, MPEG,
|
are needed for some of the available plugins: TIFF, PNG, JPEG, MPEG,
|
||||||
perl, etc.
|
perl, etc.
|
||||||
3. You may want to install the freefont package so you have the fonts
|
4. You may want to install the freefont package so you have the fonts
|
||||||
most scripts use by default.
|
most scripts use by default.
|
||||||
Grab it from ftp://ftp.gimp.org/pub/gimp/fonts/
|
Grab it from ftp://ftp.gimp.org/pub/gimp/fonts/
|
||||||
4. Configure the GIMP by running the `configure' script.
|
5. Configure the GIMP by running the `configure' script.
|
||||||
You may want to pass some options to it, see below.
|
You may want to pass some options to it, see below.
|
||||||
5. Build the GIMP by running `make'.
|
6. Build the GIMP by running `make'.
|
||||||
6. Install the GIMP by running `make install' or `make install-strip'.
|
7. Install the GIMP by running `make install' or `make install-strip'.
|
||||||
7. Optionally install the separate gimp-data-extras package.
|
8. Optionally install the separate gimp-data-extras package.
|
||||||
|
|
||||||
Please make sure you don't have any old GTK, jpeg, etc. libraries lying
|
Please make sure you don't have any old GTK+-2.0, jpeg, etc. libraries
|
||||||
around on your system, otherwise configure will fail to find the new
|
lying around on your system, otherwise configure will fail to find the
|
||||||
ones.
|
new ones.
|
||||||
|
|
||||||
Generic instructions for configuring and compiling auto-configured
|
Generic instructions for configuring and compiling auto-configured
|
||||||
packages are included below. Here is an illustration of commands that
|
packages are included below. Here is an illustration of commands that
|
||||||
|
@ -113,16 +118,21 @@ GIMP and its plug-ins.
|
||||||
When ./configure fails
|
When ./configure fails
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
'configure' uses pkg-config, a tool that replaces the old foo-config
|
||||||
|
scripts. The most recent version is available from
|
||||||
|
http://www.freedesktop.org/software/pkgconfig/
|
||||||
|
|
||||||
'configure' tries to compile and run a short GTK program. There are
|
'configure' tries to compile and run a short GTK program. There are
|
||||||
several reasons why this might fail:
|
several reasons why this might fail:
|
||||||
|
|
||||||
* The 'gtk-config' script installed with GTK could not be found.
|
* pkg-config could not find the file 'gtk+-2.0.pc' that gets installed
|
||||||
(This script is used to get information about where GTK is
|
with GTK. (This file is used to get information about where GTK+ is
|
||||||
installed.)
|
installed.)
|
||||||
|
|
||||||
Fix: Either make sure that this program is in your path, or set
|
Fix: Either make sure that this file is in the path where pkg-config
|
||||||
the environment variable GTK_CONFIG to the full pathname to
|
looks for it (try 'pkg-config --debug' or add the location of
|
||||||
this program before running configure.
|
gtk+-2.0.pc to the environment variable PKG_CONFIG_PATH before running
|
||||||
|
configure.
|
||||||
|
|
||||||
* The GTK libraries were not found at run time. The details
|
* The GTK libraries were not found at run time. The details
|
||||||
of how to fix this problem will depend on the system:
|
of how to fix this problem will depend on the system:
|
||||||
|
|
32
README
32
README
|
@ -34,32 +34,30 @@ The latest version of The GIMP can be found at:
|
||||||
|
|
||||||
http://www.gimp.org/download/
|
http://www.gimp.org/download/
|
||||||
|
|
||||||
|
|
||||||
2. Mailing Lists
|
2. Mailing Lists
|
||||||
================
|
================
|
||||||
|
|
||||||
We have several mailing lists dedicated to GIMP user and development
|
We have several mailing lists dedicated to GIMP user and development
|
||||||
discussion. To subscribe, send an empty message to
|
discussion. There is more info at
|
||||||
|
|
||||||
<listname>-subscribe@xcf.berkeley.edu
|
https://lists.xcf.berkeley.edu/mailman/listinfo/<listname>
|
||||||
|
|
||||||
substituting <listname> for "gimp-user", "gimp-announce" or
|
substituting <listname> for "gimp-announce", "gimp-user", "gimp-win-user",
|
||||||
"gimp-developer" (without the quotes, of course) depending on the list you
|
or "gimp-developer" (without the quotes, of course) depending on the list
|
||||||
want to subscribe to. The mailing list archives can be found at:
|
you want to subscribe to. Links to the mailing list archives can be found
|
||||||
|
at the same addresses as given above.
|
||||||
|
|
||||||
http://www.egroups.com/messages/gimp-developer/
|
Gimp-announce is a low-traffic list with announcements about new releases
|
||||||
http://www.egroups.com/messages/gimp-user/
|
of GIMP and plug-ins. Gimp-user is a mailing list dedicated to user problems,
|
||||||
|
hints and tips, discussion of cool effects, etc. Gimp-developer is
|
||||||
Gimp-user is a mailing list dedicated to user problems, hints and
|
oriented to GIMP core and plug-in developers. Most people will only want
|
||||||
tips, discussion of cool effects, etc. Gimp-announce is a low-traffic list
|
to be subscribed to gimp-user. If you want to help develop The GIMP, the
|
||||||
with announcements about new releases of GIMP and plug-ins. Gimp-developer is
|
|
||||||
oriented to GIMP core and plug-in developers. Most people will only want to
|
|
||||||
be subscribed to gimp-user. If you want to help develop The GIMP, the
|
|
||||||
gimp-developer mailing list is a good starting point.
|
gimp-developer mailing list is a good starting point.
|
||||||
|
|
||||||
There are two mailing lists dedicated to the Win32 port,
|
There are two mailing lists dedicated to the Win32 port, "gimpwin-users"
|
||||||
"gimpwin-users" and "gimpwin-dev". Especially the latter also carries
|
and "gimpwin-dev". Especially the latter also carries traffic about the
|
||||||
traffic about the GTk+ port to Win32 in general. To subscribe, send an
|
GTk+ port to Win32 in general. To subscribe, send an empty message to
|
||||||
empty message to
|
|
||||||
|
|
||||||
gimpwin-users-subscribe@egroups.com
|
gimpwin-users-subscribe@egroups.com
|
||||||
or
|
or
|
||||||
|
|
|
@ -96,11 +96,15 @@ AC_PATH_XTRA
|
||||||
dnl Find pkg-config
|
dnl Find pkg-config
|
||||||
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
||||||
if test x$PKG_CONFIG = xno ; then
|
if test x$PKG_CONFIG = xno ; then
|
||||||
AC_MSG_ERROR([*** pkg-config not found. See http://pkgconfig.sourceforge.net])
|
AC_MSG_ERROR([
|
||||||
|
*** pkg-config not found.
|
||||||
|
See the file 'INSTALL' for help.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! pkg-config --atleast-pkgconfig-version 0.7 ; then
|
if ! pkg-config --atleast-pkgconfig-version 0.7 ; then
|
||||||
AC_MSG_ERROR([*** pkg-config too old; version 0.7 or better required.])
|
AC_MSG_ERROR([
|
||||||
|
*** pkg-config too old; version 0.7 or better required.
|
||||||
|
See the file 'INSTALL' for help.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl Check for GTK+
|
dnl Check for GTK+
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Configure paths for GIMP
|
# Configure paths for GIMP-1.4
|
||||||
# Manish Singh 98-6-11
|
# Manish Singh 98-6-11
|
||||||
# Shamelessly stolen from Owen Taylor
|
# Shamelessly stolen from Owen Taylor
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ AC_ARG_ENABLE(gimptest, [ --disable-gimptest Do not try to compile and run
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_PATH_PROG(GIMPTOOL, gimptool-1.4, no)
|
AC_PATH_PROG(GIMPTOOL, gimptool-1.4, no)
|
||||||
min_gimp_version=ifelse([$1], ,1.0.0,$1)
|
min_gimp_version=ifelse([$1], ,1.3.0,$1)
|
||||||
AC_MSG_CHECKING(for GIMP - version >= $min_gimp_version)
|
AC_MSG_CHECKING(for GIMP - version >= $min_gimp_version)
|
||||||
no_gimp=""
|
no_gimp=""
|
||||||
if test "$GIMPTOOL" = "no" ; then
|
if test "$GIMPTOOL" = "no" ; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue