Skip to content

Commit 5a4813f

Browse files
committed
added openjpeg binary to tests
1 parent 06ffdc6 commit 5a4813f

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
The binary here has been optained the following way :
2+
3+
- Clone https://github.com/uclouvain/openjpeg and checkout commit 6af3931
4+
- Edit `CMakelists.txt` and add `set(CMAKE_EXE_LINKER_FLAGS "-static")` at the top
5+
6+
```
7+
mkdir build
8+
cd build
9+
cmake .. -DCMAKE_BUILD_TYPE=Release
10+
make
11+
```
12+
13+
The binary is `bin/opj_decompress`
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-i @@ -o /tmp/image.pgm
1.59 MB
Binary file not shown.
147 KB
Binary file not shown.

0 commit comments

Comments
 (0)