From 2258b1171d344c1dcce9a1c6789f63c55becfdca Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Tue, 19 Feb 2008 14:53:10 +0000 Subject: source code of virtualmachine chooser (not yet finished) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1561 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmchooser/README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 os-plugins/plugins/vmchooser/README (limited to 'os-plugins/plugins/vmchooser/README') diff --git a/os-plugins/plugins/vmchooser/README b/os-plugins/plugins/vmchooser/README new file mode 100644 index 00000000..371d847e --- /dev/null +++ b/os-plugins/plugins/vmchooser/README @@ -0,0 +1,27 @@ + +VirtualMachine Chooser - plugin +=============================== + + +Please consider to run "make" in the folder src/vmchooser/ after any changes to the code. +Static libraries of fltk-2 are in src/fltk-2/ and are used to link against the program. + + + +BUGS: + +static version: + - Has to be run with "nice ./vmchooser", else there is a bug in the Xorg system, + therefore I suggest compiling the shared version for development purposes. + + Simply change "STATIC=-static" to "STATIC= #-static" to enable the shared version. + + +TODO: + - enable linux-serssions + - enable callbacks on entries <- Very important. + + +ATTENTION: + This program is not yet released ;-) + -- cgit v1.2.3-55-g7522