mirror of https://github.com/GNOME/gimp.git
parent
8ed2ce8661
commit
a7ffce5afe
|
@ -1,3 +1,8 @@
|
|||
Wed Dec 23 16:48:34 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* README
|
||||
* INSTALL: administrivia
|
||||
|
||||
Wed Dec 23 23:59:52 GMT 1998 Andy Thomas <alt@picnic.demon.co.uk>
|
||||
|
||||
* app/palette.c
|
||||
|
|
6
INSTALL
6
INSTALL
|
@ -1,7 +1,7 @@
|
|||
There are three basic steps to building and installing the
|
||||
GIMP on unix:
|
||||
|
||||
1. You need to have installed GTK version 1.0.1 or better
|
||||
1. You need to have installed GTK version 1.1.10 or better
|
||||
2. You may want to install other third party libraries or programs that
|
||||
are needed for some of the available plugins: TIFF, PNG, JPEG, MPEG,
|
||||
perl, etc.
|
||||
|
@ -19,8 +19,8 @@ packages are included below. Here is an illustration of commands that
|
|||
might be used to build and install the GIMP. The actual configuration,
|
||||
compilation and installation output is not shown.
|
||||
|
||||
% tar xvfz gimp-1.0.0.tar.gz # unpack the sources
|
||||
% cd gimp-1.0.0 # change to the toplevel directory
|
||||
% tar xvfz gimp-1.1.0.tar.gz # unpack the sources
|
||||
% cd gimp-1.1.0 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build the GIMP
|
||||
% make install # install the GIMP
|
||||
|
|
3
README
3
README
|
@ -1,6 +1,9 @@
|
|||
The GIMP: the GNU Image Manipulation Program
|
||||
--------------------------------------------
|
||||
|
||||
This is an unstable release of the GIMP, intended for developers only.
|
||||
For production use, please use the 1.0.x series.
|
||||
|
||||
The GIMP's home page is at
|
||||
|
||||
http://www.gimp.org
|
||||
|
|
|
@ -62,7 +62,7 @@ AC_PROG_MAKE_SET
|
|||
AC_PROG_CPP
|
||||
|
||||
dnl i18n stuff
|
||||
ALL_LINGUAS="fr sv ja it fi ko de"
|
||||
ALL_LINGUAS="fr sv ja it fi ko de hu"
|
||||
AM_GNU_GETTEXT
|
||||
|
||||
dnl Check for GTK+
|
||||
|
|
Loading…
Reference in New Issue