10 lines
225 B
CMake
10 lines
225 B
CMake
|
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
|