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

Comparing kgsueme/INSTALL (file contents):
Revision 1.1 by pcg, Sat May 31 09:46:51 2003 UTC vs.
Revision 1.2 by pcg, Sun Jun 1 06:07:11 2003 UTC

9 9
10Audio::Data 10Audio::Data
11Audio::Play 11Audio::Play
12Gtk2 12Gtk2
13 13
14For Gtk2, I used the xs version and installed it like this: 14For Gtk2, I used the xs version and installed it like this (read carefuly,
15patch required!):
15 16
16 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
17 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
18 vi Makefile (edit PREFIX) 19 vi Makefile (edit PREFIX)
20 patch <..../gtk2-perl-xs.patch # apply the patch from this directory
19 vi ** some files to get it running with non-threaded perl 21 vi ** some files to get it running with non-threaded perl
20 make # this INSTALLS(!) and fails, so I did: 22 make # this INSTALLS(!) and fails, so I did:
21 make -k -i # yeah. no gnome, but who cares... 23 make -k -i # yeah. no gnome, but who cares...
22 24
23 25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines