ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/INSTALL
Revision: 1.4
Committed: Sun Jun 29 21:10:26 2003 UTC (20 years, 10 months ago) by pcg
Branch: MAIN
Changes since 1.3: +2 -5 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 uuh...
2    
3     Installation is not yet possible, but running is.
4    
5     For the KGS modules, all you need is below the lib/ directory. It should not
6     need any special modules. A Makefile.PL for that could be wirtten trivially, but...
7    
8     The sample client needs these (nonstandard) modules:
9    
10     Audio::Data
11     Audio::Play
12     Gtk2
13    
14 pcg 1.2 For Gtk2, I used the xs version and installed it like this (read carefuly,
15     patch required!):
16 pcg 1.1
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
19 pcg 1.4 # install gtk2-perl-xs/Glib module
20     # install gtk2-perl-xs/Gtk2 module
21 pcg 1.1
22    
23