Administrivia

-Yosh
This commit is contained in:
Manish Singh 1998-12-24 00:49:31 +00:00
parent 8ed2ce8661
commit a7ffce5afe
4 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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
View File

@ -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

View File

@ -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+