*** empty log message ***
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jun 12 23:45:01 CEST 1999 Marc Lehmann <pcg@goof.com>
|
||||||
|
|
||||||
|
* docs/parasites.txt: nicks comments...
|
||||||
|
|
||||||
Thu Jun 10 12:11:24 PDT 1999 Manish Singh <yosh@gimp.org>
|
Thu Jun 10 12:11:24 PDT 1999 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* almost all the plug-in Makefiles: add $(INTLLIBS)
|
* almost all the plug-in Makefiles: add $(INTLLIBS)
|
||||||
|
13
INSTALL
13
INSTALL
@ -54,9 +54,16 @@ recognizes. These are:
|
|||||||
the gimp uses to search for its configuration files from ~/.gimp (the
|
the gimp uses to search for its configuration files from ~/.gimp (the
|
||||||
directory .gimp in the users home directory) to DIR.
|
directory .gimp in the users home directory) to DIR.
|
||||||
|
|
||||||
5. --enable-perl and --disable-perl. The perl extension does not build on
|
5. --enable-perl and --disable-perl. The perl extension does not build
|
||||||
all systems. If you experience problems use --disable-perl and gimp
|
on all systems. If you experience problems use --disable-perl
|
||||||
will not even try to built it.
|
and gimp will not even try to built it. The perl extension does
|
||||||
|
not usually respect the normal configure prefix but uses perl's
|
||||||
|
instead. You can force it to use a different prefix by giving it as
|
||||||
|
an argument to the --enable-perl option (--enable-perl=/my/prefix),
|
||||||
|
however, you will usually have to set PERL5LIB or equivalent
|
||||||
|
environment variables, otherwise gimp-perl will not run or you will
|
||||||
|
get many errors on startup. See README.perl for even finer grained
|
||||||
|
control about installation paths (and distribution making).
|
||||||
|
|
||||||
The `make' command builds several things:
|
The `make' command builds several things:
|
||||||
- The libraries `libgimp/libgimp.la', `libgimp/libgimpi.la' and
|
- The libraries `libgimp/libgimp.la', `libgimp/libgimpi.la' and
|
||||||
|
@ -33,10 +33,9 @@ Global data follows no strict rules.
|
|||||||
*** KNOWN PARASITES:
|
*** KNOWN PARASITES:
|
||||||
|
|
||||||
"gimp-comment" (IMAGE, PERSISTENT)
|
"gimp-comment" (IMAGE, PERSISTENT)
|
||||||
Standard GIF-style comments. This parasite is human-readable text
|
Standard GIF-style image comments. This parasite should be
|
||||||
in unspecified 8-bit ASCII. It includes a trailing \0 string
|
human-readable text, preferably in utf8 encoding. A trailing \0
|
||||||
terminator. The size of the parasite data may not exceed 241
|
might be included and is not part of the comment.
|
||||||
bytes.
|
|
||||||
|
|
||||||
"tiff-save-options" (IMAGE)
|
"tiff-save-options" (IMAGE)
|
||||||
The TiffSaveVals structure from the TIFF plugin.
|
The TiffSaveVals structure from the TIFF plugin.
|
||||||
|
Reference in New Issue
Block a user