We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ffdc6 commit 5a4813fCopy full SHA for 5a4813f
tests/symqemu/binaries/openjpeg/README.md
@@ -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`
tests/symqemu/binaries/openjpeg/args
@@ -0,0 +1 @@
+-i @@ -o /tmp/image.pgm
tests/symqemu/binaries/openjpeg/binary
1.59 MB
tests/symqemu/binaries/openjpeg/input
147 KB
0 commit comments