INSTALL and THANKS files update
authorAntonin Descampe <antonin@gmail.com>
Mon, 22 Aug 2011 09:59:03 +0000 (09:59 +0000)
committerAntonin Descampe <antonin@gmail.com>
Mon, 22 Aug 2011 09:59:03 +0000 (09:59 +0000)
INSTALL
THANKS

diff --git a/INSTALL b/INSTALL
index 21166cb1a7ba8bff8bb907d7b1bf305ba64f7c07..0631f3ee55cfc039d8676635a13a2fd2bf6d1af3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@ How to build and install openjpeg binaries
 UNIX/LINUX similar systems
 --------------------------
 
-1) Using configure tools
+1) Using autotools
 
 It is highly recommended that pkg-config is installed. If needed, you have to
 properly set the environment variable PKG_CONFIG_PATH so that the .pc files
@@ -37,6 +37,7 @@ To build doc (requires 'doxygen' to be found on your system):
 Main './configure' options (type './configure --help' for more details)
   '--enable-mj2'
   '--enable-jpwl'
+  '--enable-jpip'
   '--prefix=/path/to/install/directory' (example : '--prefix=$PWD/installed')
   '--enable-debug' (default : disabled)
 
@@ -84,24 +85,12 @@ 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')
+* To build the JPIP library and utilities: '-DBUILD_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
+    cmake . -DBUILD_TESTING:BOOL=ON
     make
     make Experimental
-  Note : JPEG2000 test files are available here : http://www.crc.ricoh.com/~gormish/jpeg2000conformance/
-
-3) Manually using Makefile.nix:
-- Manually edit the config.nix file
-- Manually create an opj_config.h file from opj_config.h.in.user
-  and edit this opj_config.h
-- Then : (if 'WITH_JPWL' is defined in config.nix)
-    make -f Makefile.nix all
-    make -f Makefile.nix install
-    make -f Makefile.nix clean
-    make -f Makefile.nix uninstall
-- If 'WITH_JPWL' is not defined in config.nix
-  and you want to clean/compile/install/uninstall JPWL:
-  call the respective target in the respective directory.
+  Note : JPEG2000 test files are available with 'svn checkout http://openjpeg.googlecode.com/svn/data' (about 70 Mo)
 
 MACOSX
 ------
diff --git a/THANKS b/THANKS
index 4dd5e4fe2941b99ef24e2f9a683e5e1bcfe4c1f5..c0d136ae0d9c43a30903e4f7d583154a17ce36fe 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -30,3 +30,4 @@ Giuseppe Baruffa
 Arnaud Maye
 Rex Dieter
 David Burken
+Parvatha Elangovan