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

Comparing kgsueme/INSTALL (file contents):
Revision 1.5 by pcg, Mon Jul 21 00:21:37 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 (too lazy to write a Makefile.PL, also, 3 perl Makefile.PL
4where should I put kgsmue/*.pl?), but running is. 4 make
5 make install
5 6
6Running kgsueme example client: 7Running kgsueme example client:
7 8
8 make rundemo 9 kgsueme
9 10
10Running the protocol tracer app (run it and connect to localhost instead 11Running the protocol tracer app (run it and connect to localhost instead
11of kgs.kiseido.com): 12of kgs.kiseido.com):
12 13
13 make trace 14 kgstrace
14 15
15For 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
16need 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
17 22
18The sample client needs these (nonstandard) modules: 23The sample client needs these (nonstandard) modules:
19 24
20Audio::Data 25 Audio::Data
21Audio::Play 26 Audio::Play
22Gtk2 27 Gtk2
23 28
24For Gtk2, I used the gtk-xs version (now on CPAN, so fetch it there). 29For Gtk2, I used the gtk-xs version (now on CPAN, so fetch it there).
25 30
26You can also use the cvs version:
27 31
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines