summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2010-11-17 10:26:05 +0000
committerAntonin Descampe <antonin@gmail.com>2010-11-17 10:26:05 +0000
commit223a39b51e24c3efe565c4c3276bcbd8c3d4db4d (patch)
tree56500a947b9207ba21d2b3c08736313f3070de2d /INSTALL
parent8faf300b6e3d6fa9e16f6e3951646e69c52ef28e (diff)
minor changes in cmake files (from winfried)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index dfbcb394..9058d4e2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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')