From 208b49324eb6d95f4cf72bcc0308863e104eed52 Mon Sep 17 00:00:00 2001 From: Volker Uhrig Date: Mon, 22 Sep 2008 15:16:50 +0000 Subject: * added more dep. informations git-svn-id: http://svn.openslx.org/svn/openslx/openslx-src-tools/vmchooser/trunk@2241 95ad53e4-c205-0410-b2fa-d234c58c8868 --- README | 12 ++++++++++-- vmchooser/readXmlDir.cxx | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README b/README index d6c3052..45a2068 100644 --- a/README +++ b/README @@ -41,11 +41,19 @@ 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 + - All sorts of X libs and development files - fltk-2 (see note *) - - libxml2 + - libxml2 (libxml2-dev on Ubuntu) - libboost-regex_s (static - a dynamic version can be enabled by changing the Makefile) + (libboost-dev/libboost-regex-dev on Ubuntu) + - libpng-dev (libpng12-dev on Ubuntu) + - libjpeg-dev (libjpeg-dev on Ubuntu) + - libxi-dev (libxi-dev on Ubuntu) + - libxinerama-dev (libxinerama-dev on Ubuntu) + - libxrender-dev (libxrender-dev on Ubuntu) + - libxconfig1-dev (libxconfig1-dev on Ubuntu) + - libxft-dev (libxft-dev on Ubuntu) Needed libraries to run: - All sorts of X libs diff --git a/vmchooser/readXmlDir.cxx b/vmchooser/readXmlDir.cxx index e67d1d5..c6a51ff 100644 --- a/vmchooser/readXmlDir.cxx +++ b/vmchooser/readXmlDir.cxx @@ -215,7 +215,7 @@ DataEntry* get_entry(xmlDoc * doc) de->priority = atoi(tempc); } else { - de->priority = 1; + de->priority = 5; } tempc = NULL; -- cgit v1.2.3-55-g7522