summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e69de29..1b93888 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,17 @@
+To build libChooser from source follow these steps:
+ $ mkdir build
+ $ cd build
+ $ cmake <path/to/source> # you can add parameters here: -DDEBUG=1 for example
+ $ make
+ $ sudo make install
+
+List of configurable parameters with their default values:
+
+ DEBUG unset
+ LIBCHOOSER_BIN_PATH "/var/opt/openslx/bin"
+ LIBCHOOSER_ETC_BASE_PATH "/etc/vmchooser"
+ LIBCHOOSER_VMPATH "/var/lib/virt"
+ LIBCHOOSER_X_SESSIONS_PATH "/usr/share/xsessions"
+
+To change one of these parameters you have to append -D<VARIABLE>=<VALUE> when
+calling cmake. \ No newline at end of file