summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README12
-rw-r--r--vmchooser/readXmlDir.cxx2
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;