summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-04-14 18:37:47 +0000
committerAntonin Descampe <antonin@gmail.com>2011-04-14 18:37:47 +0000
commit31dba0b4e9be32a5d8e0052e2bf16e7eb4e02534 (patch)
tree6b96d57592b72707b0003bbac6537619bb9ec931 /INSTALL
parent27b894dd3fd6d67dacf6c263587d789d96172116 (diff)
initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL1
1 files changed, 0 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index a3d97475..61cf4cfa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -67,7 +67,6 @@ Main available cmake flags:
* 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')
-* [WIN32 ONLY] To build the INDEXER_JPIP executable: '-DBUILD_INDEXER_JPIP: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