diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2007-04-26 09:08:10 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2007-04-26 09:08:10 +0000 |
| commit | e5240301c73c07b5a9dbfd61c63d001e78f7d403 (patch) | |
| tree | 591c66f1d4c9596584f535560726c10a8ccfa505 | |
| parent | 2bd0f7b8c47a6406f5f71a1b35647cfc3f5803fc (diff) | |
ENH: add basic instructions for cmake
| -rw-r--r-- | README.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake new file mode 100644 index 00000000..9d225690 --- /dev/null +++ b/README.cmake @@ -0,0 +1,9 @@ +Basic instructions on how to build using CMake (CMake 2.4.5 or newer is required) + + svn co http://www.openjpeg.org/svn/trunk + cd trunk + mkdir bin + cd bin + cmake .. -DBUILD_EXAMPLES:BOOL=ON + make + ./codec/j2k_to_image |
