From 224bf427494e8fb832c8cf61d3fbfe90fe5329b0 Mon Sep 17 00:00:00 2001 From: Chris Rorden Date: Fri, 10 Mar 2017 09:59:08 -0500 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbf688c9..eae1bf8b 100644 --- a/README.md +++ b/README.md @@ -194,11 +194,12 @@ g++ -dead_strip -O3 -I. main_console.cpp nii_dicom.cpp jpg_0XC3.cpp ujpeg.cpp ni ##### JPEG2000 BUILD - 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... - svn checkout http://openjpeg.googlecode.com/svn/trunk/ openjpeg-read-only + 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 +``` cmake -DBUILD_SHARED_LIBS:bool=off . make sudo make install +``` You should then be able to run then run: ```