home *** CD-ROM | disk | FTP | other *** search
/ ftp.sunet.sepub/pictures / 2014.11.ftp.sunet.se-pictures.tar / ftp.sunet.se / pub / pictures / ACiD-artpacks / programs / unix / editors / gimp-plugins-unstable-0_99_23_tar.gz / gimp-plugins-unstable-0_99_23_tar / gimp-plugins-unstable-0.99.23 / Anamorphose / INSTALL < prev    next >
Text File  |  1998-02-19  |  2KB  |  73 lines

  1. -------------------------------------------
  2.  GIMP-Plug-In
  3. -------------------------------------------
  4.  Written by Daniel Cotting
  5.             Bahnhofstrasse 31
  6.         CH-3066 Stettlen (Switzerland)
  7.         
  8.         cotting@mygale.org
  9.         www.mygale.org/~cotting
  10. -------------------------------------------
  11.  Some code is taken out of other plug-ins
  12.  written by other authors.
  13. ------------------------------------------- 
  14.  
  15.  
  16. -------------------------------------------
  17.               INSTALLATION
  18. -------------------------------------------
  19.  To install it, you have to edit the
  20.  Makefile (change install-path).
  21.  Afterwards run make. This will compile 
  22.  and install the plug-in in the right 
  23.  directory. Once the new code is installed,
  24.  you can run the GIMP and enjoy the new
  25.  functions and effects it provides.
  26. -------------------------------------------
  27.  
  28.  
  29. -------------------------------------------
  30.              REDUCE CODE SIZE
  31. -------------------------------------------
  32.  With this new release 1.03 the size of
  33.  the logo in the about box has been reduced
  34.  in order to make smaller binaries.
  35.  If you find that the plug-in is still
  36.  too big, you can compress the executables
  37.  with the gzexe program (if it is avaiable
  38.  on your system). To do so, change to the
  39.  plug-in directory of the GIMP...
  40.  
  41.    cd /usr/local/lib/gimp/VERSION/plug-ins
  42.  
  43.  ...and execute the command...
  44.  
  45.    gzexe PLUGIN_NAME
  46.    
  47.  ...and remember to remove the uncompres-
  48.  sed binary, which has been renamed to
  49.  PLUGIN_NAME~, by running the command:
  50.  
  51.    rm PLUGIN_NAME~
  52.     
  53.  This will result in a code size of about
  54.  20 kB, which isn't too much IMHO.
  55. ------------------------------------------
  56.  
  57.  
  58. ------------------------------------------
  59.                 FEEDBACK
  60. ------------------------------------------
  61.  I'm interested in any feedback, comments,
  62.  bug-reports, suggestions etc. If you
  63.  have anything you would like to tell 
  64.  me, you can write to cotting@mygale.org.
  65.  Also have a look at the GIMP-section of
  66.  my homepage at www.mygale.org/~cotting.
  67. ------------------------------------------
  68.  
  69.               Thank you and happy GIMPing!
  70.               Daniel Cotting
  71.  
  72. ------------------------------------------           
  73.