summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-04-14 10:13:25 +0000
committerAntonin Descampe <antonin@gmail.com>2011-04-14 10:13:25 +0000
commit27b894dd3fd6d67dacf6c263587d789d96172116 (patch)
treefdbf0c28ae4a76886033e6c7830b19c0538b96a4 /INSTALL
parent6aaaa3eae28d82e3a2c34e0bd57d027be0685869 (diff)
fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index bc26d76f..a3d97475 100644
--- a/INSTALL
+++ b/INSTALL
@@ -53,6 +53,10 @@ If you are root:
else:
sudo make install
make clean
+
+To build the Doxygen documentation (Doxygen needs to be found on the system):
+(A 'html' directory is generated in the 'doc' directory)
+ make doc
Binaries are located in the 'bin' directory.
@@ -64,7 +68,6 @@ Main available cmake flags:
* 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')
* [WIN32 ONLY] To build the INDEXER_JPIP executable: '-DBUILD_INDEXER_JPIP:bool=on' (default: 'OFF')
-* To build the doxygen documentation: '-DBUILD_DOC:bool=on' (default: 'OFF')
* To enable testing (and automatic result upload to http://my.cdash.org/index.php?project=OPENJPEG):
cmake . -DBUILD_TESTING:BOOL=ON -DJPEG2000_CONFORMANCE_DATA_ROOT:PATH=/path/to/your/JPEG2000/test/files
make