summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBastian Wissler2008-04-11 21:37:35 +0200
committerBastian Wissler2008-04-11 21:37:35 +0200
commit060925334e6eb2640cbd74a382e19a1166351493 (patch)
tree3fe48b8711310b1c7fb42fbf1a1307a1ac2cf8f9 /README
parentReorganisation of the repo structure as discussed on the devel list. (diff)
downloadvmchooser-060925334e6eb2640cbd74a382e19a1166351493.tar.gz
vmchooser-060925334e6eb2640cbd74a382e19a1166351493.tar.xz
vmchooser-060925334e6eb2640cbd74a382e19a1166351493.zip
More complete version of vmchooser.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx-src-tools/trunk/os-plugins/plugins/vmchooser@1737 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..faef5a1
--- /dev/null
+++ b/README
@@ -0,0 +1,31 @@
+
+VM Chooser Helper Program
+==================================
+
+This is the program used by the vmchooser-plugin, which
+is part of the openslx-system.
+
+You just need to compile this, if you have local changes.
+The most recent svn version is also included in binary format
+in the main folder of this openslx-distribution.
+
+Enter "make" to compile everything.
+Enter "make install" to install it to the proper path
+of the svn distribution of openslx. Do not forget to
+enter "make install" in openslx/trunk .
+
+Needed libraries to compile:
+ - All sorts of X libs
+ - fltk-2 (see note *)
+ - libxml2
+ - libboost-regex_s (static -
+ a dynamic version can be enabled by changing the Makefile)
+
+Needed libraries to run:
+ - All sorts of X libs
+ - libxml2
+
+===================================
+* Some static libraries of fltk-2 - svn version - are located
+in fltk-2/ and could be used to link against this program.
+- as images are enabled, you should have libjpeg and libpng too.