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.4 by pcg, Sun Jun 29 21:10:26 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 # install gtk2-perl-xs/Glib module
19 vi ** some files to get it running with non-threaded perl 20 # install gtk2-perl-xs/Gtk2 module
20 make # this INSTALLS(!) and fails, so I did:
21 make -k -i # yeah. no gnome, but who cares...
22 21
23 22
24 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines