
Downloading and Building Film Gimp

Film Gimp currently runs on Linux and SGI Irix.
To get Film Gimp download the filmgimp-0.x.tgz source tarball and follow
these steps:

$ tar xvfz filmgimp-0.x.tgz
$ cd filmgimp-0.6
$ ./configure
$ make
$ su
# make install
# exit
$ filmgimp

Non-root installation of Film GIMP:
(dest_dir is the directory you'd like Film GIMP installed in.
You need read/write/execute permission on that directory.)

$ mkdir /dest_dir
$ tar xvfz filmgimp-0.x.tgz
$ cd filmgimp-0.6
$ ./configure --prefix=/dest_dir
$ make
$ make install
$ /dest_dir/bin/filmgimp

Anonymous CVS Access

This project's SourceForge.net CVS repository can be checked out through
anonymous (pserver) CVS with the following instruction set.  When prompted
for a password for anonymous, simply press the Enter key.

cvs -d:pserver:anonymous@cvs.filmgimp.sourceforge.net:/cvsroot/filmgimp login

cvs -z3 -d:pserver:anonymous@cvs.filmgimp.sourceforge.net:/cvsroot/filmgimp
co filmgimp

Updates from within the module's directory do not need the -d parameter.

After the download from CVS is completed you will have to make some changes
to build:

$ cd gimp
$ libtoolize --force
$ aclocal
$ automake
$ autoconf
$ ./configure --prefix=/usr/local
$ make
$ make install
$ filmgimp






