ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/INSTALL
Revision: 1.6
Committed: Mon May 17 23:38:09 2004 UTC (20 years ago) by pcg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +14 -17 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.6 Standard perl module building:
2 pcg 1.1
3 pcg 1.6 perl Makefile.PL
4     make
5     make install
6 pcg 1.5
7     Running kgsueme example client:
8    
9 pcg 1.6 kgsueme
10 pcg 1.5
11     Running the protocol tracer app (run it and connect to localhost instead
12     of kgs.kiseido.com):
13    
14 pcg 1.6 kgstrace
15 pcg 1.1
16     For the KGS modules, all you need is below the lib/ directory. It should not
17 pcg 1.6 need any special modules.
18    
19     gtp-controller and kgstrace need these modules:
20    
21     Event
22 pcg 1.1
23     The sample client needs these (nonstandard) modules:
24    
25 pcg 1.6 Audio::Data
26     Audio::Play
27     Gtk2
28 pcg 1.1
29 pcg 1.5 For Gtk2, I used the gtk-xs version (now on CPAN, so fetch it there).
30    
31 pcg 1.1