ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/INSTALL
Revision: 1.5
Committed: Mon Jul 21 00:21:37 2003 UTC (20 years, 10 months ago) by pcg
Branch: MAIN
CVS Tags: stable
Changes since 1.4: +14 -3 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 uuh...
2    
3 pcg 1.5 Installation is not yet possible (too lazy to write a Makefile.PL, also,
4     where should I put kgsmue/*.pl?), but running is.
5    
6     Running kgsueme example client:
7    
8     make rundemo
9    
10     Running the protocol tracer app (run it and connect to localhost instead
11     of kgs.kiseido.com):
12    
13     make trace
14 pcg 1.1
15     For the KGS modules, all you need is below the lib/ directory. It should not
16     need any special modules. A Makefile.PL for that could be wirtten trivially, but...
17    
18     The sample client needs these (nonstandard) modules:
19    
20     Audio::Data
21     Audio::Play
22     Gtk2
23    
24 pcg 1.5 For Gtk2, I used the gtk-xs version (now on CPAN, so fetch it there).
25    
26     You can also use the cvs version:
27 pcg 1.1
28     cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtk2-perl login
29     cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtk2-perl co gtk2-perl-xs
30 pcg 1.4 # install gtk2-perl-xs/Glib module
31     # install gtk2-perl-xs/Gtk2 module
32 pcg 1.1
33    
34