ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/INSTALL
(Generate patch)

Comparing kgsueme/INSTALL (file contents):
Revision 1.4 by pcg, Sun Jun 29 21:10:26 2003 UTC vs.
Revision 1.6 by pcg, Mon May 17 23:38:09 2004 UTC

1uuh... 1Standard perl module building:
2 2
3Installation is not yet possible, but running is. 3 perl Makefile.PL
4 make
5 make install
6
7Running kgsueme example client:
8
9 kgsueme
10
11Running the protocol tracer app (run it and connect to localhost instead
12of kgs.kiseido.com):
13
14 kgstrace
4 15
5For the KGS modules, all you need is below the lib/ directory. It should not 16For the KGS modules, all you need is below the lib/ directory. It should not
6need any special modules. A Makefile.PL for that could be wirtten trivially, but... 17need any special modules.
18
19gtp-controller and kgstrace need these modules:
20
21 Event
7 22
8The sample client needs these (nonstandard) modules: 23The sample client needs these (nonstandard) modules:
9 24
10Audio::Data 25 Audio::Data
11Audio::Play 26 Audio::Play
12Gtk2 27 Gtk2
13 28
14For Gtk2, I used the xs version and installed it like this (read carefuly, 29For Gtk2, I used the gtk-xs version (now on CPAN, so fetch it there).
15patch required!):
16
17 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtk2-perl login
18 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtk2-perl co gtk2-perl-xs
19 # install gtk2-perl-xs/Glib module
20 # install gtk2-perl-xs/Gtk2 module
21 30
22 31
23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines