Skip to content

Commit

Permalink
Clarify JPEG2000 build
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Jun 23, 2017
1 parent 0f6b70c commit 9172e40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,13 @@ make

**optional building with OpenJPEG:**

Support for JPEG2000 using OpenJPEG is optional. To build with OpenJPEG change the cmake command to `cmake -DUSE_OPENJPEG=ON ..`
Support for JPEG2000 using OpenJPEG is optional. To build with OpenJPEG change the cmake command to `cmake -DUSE_OPENJPEG=ON ..`:

```bash
mkdir build && cd build
cmake -DUSE_OPENJPEG=ON ..
make
```

**optional batch processing version:**

Expand Down

0 comments on commit 9172e40

Please sign in to comment.