ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/INSTALL
Revision: 1.3
Committed: Tue Jun 10 10:16:32 2003 UTC (20 years, 11 months ago) by pcg
Branch: MAIN
Changes since 1.2: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 uuh...
2
3 Installation is not yet possible, but running is.
4
5 For the KGS modules, all you need is below the lib/ directory. It should not
6 need any special modules. A Makefile.PL for that could be wirtten trivially, but...
7
8 The sample client needs these (nonstandard) modules:
9
10 Audio::Data
11 Audio::Play
12 Gtk2
13
14 For Gtk2, I used the xs version and installed it like this (read carefuly,
15 patch 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 # newest version is best, as I add functionality I need to gtk2-perl-xs on the fly.
20 vi Makefile (edit PREFIX)
21 vi ** some files to get it running with non-threaded perl
22 make # this INSTALLS(!) and fails, so I did:
23 make -k -i # yeah. no gnome, but who cares...
24
25
26