uuh... Installation is not yet possible, but running is. For the KGS modules, all you need is below the lib/ directory. It should not need any special modules. A Makefile.PL for that could be wirtten trivially, but... The sample client needs these (nonstandard) modules: Audio::Data Audio::Play Gtk2 For Gtk2, I used the xs version and installed it like this (read carefuly, patch required!): cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtk2-perl login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtk2-perl co gtk2-perl-xs # newest version is best, as I add functionality I need to gtk2-perl-xs on the fly. vi Makefile (edit PREFIX) vi ** some files to get it running with non-threaded perl make # this INSTALLS(!) and fails, so I did: make -k -i # yeah. no gnome, but who cares...