]> granicus.if.org Git - openjpeg/commitdiff
ENH: add basic instructions for cmake
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Thu, 26 Apr 2007 09:08:10 +0000 (09:08 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Thu, 26 Apr 2007 09:08:10 +0000 (09:08 +0000)
README.cmake [new file with mode: 0644]

diff --git a/README.cmake b/README.cmake
new file mode 100644 (file)
index 0000000..9d22569
--- /dev/null
@@ -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