summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2011-11-24 10:20:49 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2011-11-24 10:20:49 +0000
commit6e624946d2cfd09d0baf90feaa90a59a05aad64a (patch)
treea5041db7ad87b65eed26a234e2c10e83f0f7513b /INSTALL
parentab9a63bbeabaac5ecfad68058733a1cb81a4c421 (diff)
add note for cmake
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 3be914f4..144d0c77 100644
--- a/INSTALL
+++ b/INSTALL
@@ -66,12 +66,13 @@ Type:
If you are root:
make install
- make clean
-else:
+else if you have sudo power:
sudo make install
- make clean
-
+
+else
+ DESTDIR=$HOME/local make install
+
To build the Doxygen documentation (Doxygen needs to be found on the system):
(A 'html' directory is generated in the 'doc' directory)
make doc
@@ -79,7 +80,7 @@ To build the Doxygen documentation (Doxygen needs to be found on the system):
Binaries are located in the 'bin' directory.
Main available cmake flags:
-* To specify the install path: '-DCMAKE_INSTALL_PREFIX=/path'
+* To specify the install path: '-DCMAKE_INSTALL_PREFIX=/path', or use DESTDIR env variable (see above)
* To build the shared libraries and links the executables against it: '-DBUILD_SHARED_LIBS:bool=on' (default: 'ON')
Note: when using this option, static libraries are not built and executables are dynamically linked.
* To build the CODEC executables: '-DBUILD_CODEC:bool=on' (default: 'ON')