ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/INSTALL
(Generate patch)

Comparing kgsueme/INSTALL (file contents):
Revision 1.2 by pcg, Sun Jun 1 06:07:11 2003 UTC vs.
Revision 1.3 by pcg, Tue Jun 10 10:16:32 2003 UTC

14For Gtk2, I used the xs version and installed it like this (read carefuly, 14For Gtk2, I used the xs version and installed it like this (read carefuly,
15patch required!): 15patch required!):
16 16
17 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtk2-perl login 17 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtk2-perl login
18 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtk2-perl co gtk2-perl-xs 18 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtk2-perl co gtk2-perl-xs
19 # newest version is best, as I add functionality I need to gtk2-perl-xs on the fly.
19 vi Makefile (edit PREFIX) 20 vi Makefile (edit PREFIX)
20 patch <..../gtk2-perl-xs.patch # apply the patch from this directory
21 vi ** some files to get it running with non-threaded perl 21 vi ** some files to get it running with non-threaded perl
22 make # this INSTALLS(!) and fails, so I did: 22 make # this INSTALLS(!) and fails, so I did:
23 make -k -i # yeah. no gnome, but who cares... 23 make -k -i # yeah. no gnome, but who cares...
24 24
25 25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines