From 060925334e6eb2640cbd74a382e19a1166351493 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Fri, 11 Apr 2008 19:37:35 +0000 Subject: 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 --- README | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README (limited to 'README') 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. -- cgit v1.2.3-55-g7522