Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
a7ffce5a
Commit
a7ffce5a
authored
Dec 24, 1998
by
Manish Singh
Browse files
Administrivia
-Yosh
parent
8ed2ce86
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a7ffce5a
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
...
...
INSTALL
View file @
a7ffce5a
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
.1
0
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
...
...
README
View file @
a7ffce5a
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
...
...
configure.in
View file @
a7ffce5a
...
...
@@ -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+
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment