diff options
| author | Antonin Descampe <antonin@gmail.com> | 2010-11-17 10:26:05 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2010-11-17 10:26:05 +0000 |
| commit | 223a39b51e24c3efe565c4c3276bcbd8c3d4db4d (patch) | |
| tree | 56500a947b9207ba21d2b3c08736313f3070de2d /INSTALL | |
| parent | 8faf300b6e3d6fa9e16f6e3951646e69c52ef28e (diff) | |
minor changes in cmake files (from winfried)
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ 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') * To build the CODEC executables: '-DBUILD_CODEC:bool=on' (default: 'ON') -* To build the MJ2 executables: '-DBUILD_MJ2: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') * To build the JP3D executables and JP3D library: '-DBUILD_JP3D:bool=on' (default: 'OFF') * [WIN32 ONLY] To build the INDEXER_JPIP executable: '-DBUILD_INDEXER_JPIP:bool=on' (default: 'OFF') |
