ENH: add basic instructions for cmake

This commit is contained in:
Mathieu Malaterre 2007-04-26 09:08:10 +00:00
parent 2bd0f7b8c4
commit e5240301c7
1 changed files with 9 additions and 0 deletions

9
README.cmake Normal file
View File

@ -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