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 (19 years, 11 months ago) by pcg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +14 -17 lines
Log Message:
*** empty log message ***

File Contents

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