summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 1b93888..b41b45d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,6 +5,10 @@ To build libChooser from source follow these steps:
$ make
$ sudo make install
+On most systems it is highly recommended to add -DCMAKE_INSTALL_PREFIX=/usr to
+the cmake call, because in the default setup /usr/local/lib is not included in
+the LD Path.
+
List of configurable parameters with their default values:
DEBUG unset
@@ -14,4 +18,4 @@ List of configurable parameters with their default values:
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
+calling cmake.