ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/INSTALL
Revision: 1.1
Committed: Sat May 31 09:46:51 2003 UTC (20 years, 11 months ago) by pcg
Branch: MAIN
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     For Gtk2, I used the xs version and installed it like this:
15    
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 co gtk2-perl-xs
18     vi Makefile (edit PREFIX)
19     vi ** some files to get it running with non-threaded perl
20     make # this INSTALLS(!) and fails, so I did:
21     make -k -i # yeah. no gnome, but who cares...
22    
23    
24