Parent Directory
|
Revision Log
* Updated README, LICENSE and INSTALL
* Updated information in file headers (email address, copyright)
* An optimization for the refine_block() function in dxt.c (Thanks to Fabian
Giesen ('ryg'))
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 10 You will need to install the development packages for your distribution for 11 Gtk+, Glib and GIMP. 12 13 14 Building for Windows with mingw 15 ======================================= 16 17 To compile the plugin for use with the Windows version of GIMP you'll need 18 to use the MingW environment (http://www.mingw.org). You'll need to install 19 the runtime and development packages for the following libraries: 20 21 1) gimp 2.4.x 22 2) glib2 23 3) gtk+2 24 4) pango 25 5) atk 26 6) pkg-config 27 28 To build, type "make WIN32=1" 29 30 Installation 31 ======================================= 32 33 1. Type 'make' to build the plugin 34 2. Type 'make install' to install the plugin. By default the plugin will be 35 installed in your GIMP user plugin directory ($HOME/.gimp-2.4/plug-ins). If 36 you want to install the plugin system-wide, as root you must manually copy the 37 plugin to the system GIMP plugin directory. 38
| ViewVC Help | |
| Powered by ViewVC 1.0.4 |