diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 09:27:24 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 09:27:24 +0000 |
| commit | 0c7b21c46f1adfc89cc121913cee815bc58c5cb7 (patch) | |
| tree | e9425bf755ad1bf7f75de480d7582ae53bc11d2b /INSTALL | |
| parent | 590ba6d460d9936718e57652e982ac6e3129d1bb (diff) | |
[1.5] Sync with trunk.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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') |
