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

# Content
1 uuh...
2
3 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
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 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
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 # install gtk2-perl-xs/Glib module
31 # install gtk2-perl-xs/Gtk2 module
32
33
34