diff options
| author | Stefan Weil <sw@weilnetz.de> | 2015-09-29 15:27:57 +0200 |
|---|---|---|
| committer | Stefan Weil <sw@weilnetz.de> | 2015-09-29 15:28:43 +0200 |
| commit | 0cfe2ca4a9687c1b1bbb6c9c9b193ae71a79d547 (patch) | |
| tree | b92e4afa67592f2e70a8c938c67346f403a3e9d7 /INSTALL | |
| parent | 05235963d9dc148e129e2c7742653280d7e6375b (diff) | |
Fix repository for JPEG2000 test data
The data is now maintained in a git repository on Github.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Main available cmake flags: cmake . -DBUILD_TESTING:BOOL=ON -DOPJ_DATA_ROOT:PATH='path/to/the/data/directory' make make Experimental - Note : JPEG2000 test files are available with 'svn checkout http://openjpeg.googlecode.com/svn/data' (about 70 Mo). + Note : JPEG2000 test files are available with 'git clone https://github.com/uclouvain/openjpeg-data.git'. If '-DOPJ_DATA_ROOT:PATH' option is omitted, test files will be automatically searched in '${CMAKE_SOURCE_DIR}/../data', corresponding to the location of the data directory when compiling from the trunk (and assuming the data directory has been checked out of course). |
