QuiteInsane GIMP Plugin
Author: Michael Herder, http://quiteinsane.sf.net/contact.html
Installation
Requirements:
Qt version 2 (>= 2.2.3) or QT version 3 (>=3.0.2)
GIMP >= 1.1.10 (or Gimp 2)
GTK libs >= 1.2.0 (Gtk 2, when using Gimp 2)
If you've installed the software mentioned above as RPMs, make sure that the
devel packages are installed too.
Now unpack the source-package:
:~>tar -zxvf quiteinsanegimpplugin-0.3.tar.gz
Change the directory:
:~>cd quiteinsanegimpplugin-0.3
Now configure the package, e.g.:
:~>configure
or
:~>configure --enable-mt
Notes:
-Make sure that QTDIR is set correctly. If it isn't set, then run
:~>export QTDIR=path_to_qt
, e.g.
:~>export QTDIR=/usr/lib/qt2
-If you want to use Qt version 3.x, then simply set QTDIR accordingly.
-If you want to link against a Qt version with thread support,use the
--enable-mt
switch.
Now run:
:~>configure
:~>make
:~>make install
(as root)
The plugin is now installed as /usr/local/bin/quiteinsanegimpplugin
.
Create a symbolic link, so the GIMP can find the plugin:
:~>ln -s /usr/local/bin/quiteinsanegimpplugin ~/.gimp-2.0/plug-ins/
or
:~>ln -s /usr/local/bin/quiteinsanegimpplugin ~/.gimp-1.2/plug-ins/
or
:~>ln -s /usr/local/bin/quiteinsanegimpplugin ~/.gimp-1.1/plug-ins/
depending on your GIMP version.
Please report problems to: http://quiteinsane.sf.net/contact.html
Thank you.