summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/README
diff options
context:
space:
mode:
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 ;-)
+