summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/README
diff options
context:
space:
mode:
authorBastian Wissler2008-02-19 15:53:10 +0100
committerBastian Wissler2008-02-19 15:53:10 +0100
commit2258b1171d344c1dcce9a1c6789f63c55becfdca (patch)
tree234373e7fe07e669e84bff6995ee3f9781058543 /os-plugins/plugins/vmchooser/README
parent* fixed kernel panic in case no plugin has been installed (diff)
downloadcore-2258b1171d344c1dcce9a1c6789f63c55becfdca.tar.gz
core-2258b1171d344c1dcce9a1c6789f63c55becfdca.tar.xz
core-2258b1171d344c1dcce9a1c6789f63c55becfdca.zip
source code of virtualmachine chooser (not yet finished)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1561 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/README')
-rw-r--r--os-plugins/plugins/vmchooser/README27
1 files changed, 27 insertions, 0 deletions
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 ;-)
+