Skip to content

Commit 224bf42

Browse files
committed
update readme
1 parent 81e90c3 commit 224bf42

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,12 @@ g++ -dead_strip -O3 -I. main_console.cpp nii_dicom.cpp jpg_0XC3.cpp ujpeg.cpp ni
194194

195195
##### JPEG2000 BUILD
196196

197-
If you want to build this with JPEG2000 decompression support using OpenJPEG. You will need to have the OpenJPEG 2.1 libraries installed (https://code.google.com/p/openjpeg/wiki/Installation). I suggest building static libraries...
198-
svn checkout http://openjpeg.googlecode.com/svn/trunk/ openjpeg-read-only
197+
If you want to build this with JPEG2000 decompression support using OpenJPEG. You will need to have the OpenJPEG 2.1 libraries installed (https://code.google.com/p/openjpeg/wiki/Installation). I suggest building static libraries where you would [download the code](https://github.com/uclouvain/openjpeg) and run
198+
```
199199
cmake -DBUILD_SHARED_LIBS:bool=off .
200200
make
201201
sudo make install
202+
```
202203
You should then be able to run then run:
203204

204205
```

0 commit comments

Comments
 (0)