Added support for the TGA file format in the codec
[openjpeg.git] / README.cmake
1 Basic instructions on how to build using CMake (CMake 2.4.5 or newer is required)
2
3   svn co http://www.openjpeg.org/svn/trunk
4   cd trunk
5   mkdir bin
6   cd bin
7   cmake .. -DBUILD_EXAMPLES:BOOL=ON
8   make
9   ./codec/j2k_to_image