Administrivia
-Yosh
This commit is contained in:
@ -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>
|
Wed Dec 23 23:59:52 GMT 1998 Andy Thomas <alt@picnic.demon.co.uk>
|
||||||
|
|
||||||
* app/palette.c
|
* app/palette.c
|
||||||
|
6
INSTALL
6
INSTALL
@ -1,7 +1,7 @@
|
|||||||
There are three basic steps to building and installing the
|
There are three basic steps to building and installing the
|
||||||
GIMP on unix:
|
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
|
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,
|
are needed for some of the available plugins: TIFF, PNG, JPEG, MPEG,
|
||||||
perl, etc.
|
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,
|
might be used to build and install the GIMP. The actual configuration,
|
||||||
compilation and installation output is not shown.
|
compilation and installation output is not shown.
|
||||||
|
|
||||||
% tar xvfz gimp-1.0.0.tar.gz # unpack the sources
|
% tar xvfz gimp-1.1.0.tar.gz # unpack the sources
|
||||||
% cd gimp-1.0.0 # change to the toplevel directory
|
% cd gimp-1.1.0 # change to the toplevel directory
|
||||||
% ./configure # run the `configure' script
|
% ./configure # run the `configure' script
|
||||||
% make # build the GIMP
|
% make # build the GIMP
|
||||||
% make install # install the GIMP
|
% make install # install the GIMP
|
||||||
|
3
README
3
README
@ -1,6 +1,9 @@
|
|||||||
The GIMP: the GNU Image Manipulation Program
|
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
|
The GIMP's home page is at
|
||||||
|
|
||||||
http://www.gimp.org
|
http://www.gimp.org
|
||||||
|
@ -62,7 +62,7 @@ AC_PROG_MAKE_SET
|
|||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
|
|
||||||
dnl i18n stuff
|
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
|
AM_GNU_GETTEXT
|
||||||
|
|
||||||
dnl Check for GTK+
|
dnl Check for GTK+
|
||||||
|
Reference in New Issue
Block a user