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.5 by pcg, Mon Jul 21 00:21:37 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines