diff options
| author | Antonin Descampe <antonin@gmail.com> | 2010-12-05 15:19:57 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2010-12-05 15:19:57 +0000 |
| commit | 59d9b97ffe35f17c71b25a749b885054cb4727d9 (patch) | |
| tree | fc0cec46837de8bc05d66add2ffeb0c69ccaecdd /INSTALL | |
| parent | cf39198a9a93455ca65114258197c5fd4f8216e2 (diff) | |
revert to previous behaviour for cmake: builds (and links) dynamically by default. Static build only if -DBUILD_SHARED_LIBS is set to OFF.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -51,12 +51,11 @@ else: make clean Binaries are located in the 'bin' directory. -Executables are always statically linked. Main available cmake flags: * To specify the install path: '-DCMAKE_INSTALL_PREFIX=/path' -* To build the shared libraries: '-DBUILD_SHARED_LIBS:bool=on' (default: 'ON') - Note: when using this option, shared libraries are built but executables remain linked against the corresponding static libraries. +* 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') * To build the MJ2 executables: '-DBUILD_MJ2:bool=on' (default: 'OFF') * To build the JPWL executables and JPWL library: '-DBUILD_JPWL:bool=on' (default: 'OFF') |
