added cmake support to openjpip
[openjpeg.git] / README
1
2 OPENJPEG LIBRARY and APPLICATIONS
3 ----------------------------------
4
5 Details on folders hierarchy:
6
7 * libopenjpeg: contains the sources of the openjpeg library
8     * jpwl: contains the additional sources if you want to build a JPWL-flavoured library.
9 * applications: contains all applications that use the openjpeg library
10     * common: common files to all applications
11     * codec: a basic codec
12     * mj2: motion jpeg 2000 executables
13     * JavaOpenJPEG: java jni to use openjpeg in a java program
14     * jpip: complete client-server architecture for remote browsing of jpeg 2000 images. See corresponding README for more details.
15     * OPJViewer: gui for displaying j2k files (based on wxWidget)
16 * thirdparty: thirdparty libraries used by some applications. These libraries will be build only if there are not found on the system. Note that libopenjpeg itself does not have any dependency.
17 * doc: doxygen documentation setup file and man pages
18 * testing: all files required to test the library and executables (obsolete)
19 * CMake: cmake related files
20 * m4: autotools related files
21
22 see LICENSE for license and copyright information
23 see INSTALL for installation procedures.