/computer
Gimp 2 and Gimp-Print 5
I finally gave in and installed Gimp-Print on my Fedora Core 2 system. You need the beta Gimp-Print 5 for Gimp 2, which is the Gimp version that Fedora Core 2 has. I could not get beta 1 to work, so I grabbed beta 2 from CVS, and that works.
You use something like
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gimp-print login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gimp-print co gimp-print
to get the sources by CVS. Something like
./autogen.sh --prefix=/usr
takes the place of the usual ./configure, and then the
usual make and make install do the rest. There
was some sort of error during make install process, but it
works anyway.
category: /computer | permanent link
