[gimp-normalmap] / trunk / INSTALL Repository:
ViewVC logotype

View of /trunk/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 41 - (download) (annotate)
Fri Apr 11 20:16:52 2008 UTC (19 months, 1 week ago) by cocidius
File size: 1191 byte(s)
* Update INSTALL, README
* Update contact information if file headers
    1 Requirements
    2 =======================================
    3 
    4 The only required packages that must be installed to build the plugin
    5 (besides Gtk+ and the GIMP) are:
    6   
    7   1) gimp version 2.4 or later
    8   2) pkg-config version 0.14 or later
    9   3) gtkglext version 0.7.1 or later
   10   4) GLEW version 1.3.3 or later
   11     
   12 You will need to install the development packages for your distribution for
   13 Gtk+, Glib, gtkglext, GLEW and GIMP.
   14 
   15 Building a plugin for Windows
   16 =======================================
   17 
   18 To build a plugin for the Windows version of GIMP, you'll need to use a
   19 MinGW environment (http://www.mingw.org) and install the development
   20 and runtime packages for the following libraries:
   21 
   22    1) GIMP 2.4.x
   23    2) glib2
   24    3) gtk+2
   25    4) pango
   26    5) atk
   27    6) pkg-config
   28    7) gtkglext
   29    8) GLEW
   30    
   31 To build, type "make WIN32=1".
   32   
   33 Installation
   34 =======================================
   35 
   36 1. Type 'make' to build the plugin
   37 2. Type 'make install' to install the plugin. By default the plugin will be
   38 installed in your GIMP user plugin directory ($HOME/.gimp-2.2/plug-ins).  If
   39 you want to install the plugin system-wide, as root you must manually copy the
   40 plugin to the system GIMP plugin directory.
   41 

ViewVC Help
Powered by ViewVC 1.0.4