Update README.md
This commit is contained in:
parent
2bd6aa54d6
commit
c255e0140c
15
README.md
15
README.md
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# OPENJPEG LIBRARY and APPLICATIONS
|
# OPENJPEG LIBRARY and APPLICATIONS
|
||||||
|
|
||||||
## Details on folders hierarchy:
|
## Details on folders hierarchy
|
||||||
|
|
||||||
* src
|
* src
|
||||||
* lib
|
* lib
|
||||||
|
@ -27,19 +27,18 @@
|
||||||
* tests: configuration files and utilities for the openjpeg test suite. All test images are located in 'http://openjpeg.googlecode.com/svn/data' folder.
|
* tests: configuration files and utilities for the openjpeg test suite. All test images are located in 'http://openjpeg.googlecode.com/svn/data' folder.
|
||||||
* cmake: cmake related files
|
* cmake: cmake related files
|
||||||
|
|
||||||
see LICENSE for license and copyright information.
|
See LICENSE for license and copyright information.
|
||||||
see INSTALL for installation procedures.
|
See INSTALL for installation procedures.
|
||||||
see NEWS for user visible changes in successive releases.
|
See NEWS for user visible changes in successive releases.
|
||||||
see CHANGES for per-revision changes.
|
See CHANGES for per-revision changes.
|
||||||
|
|
||||||
----------------
|
## API/ABI
|
||||||
API/ABI
|
|
||||||
|
|
||||||
OpenJPEG strives to provide a stable API/ABI for your applications. As such it
|
OpenJPEG strives to provide a stable API/ABI for your applications. As such it
|
||||||
only exposes a limited subset of its functions. It uses a mecanism of
|
only exposes a limited subset of its functions. It uses a mecanism of
|
||||||
exporting/hiding functions. If you are unsure which functions you can use in
|
exporting/hiding functions. If you are unsure which functions you can use in
|
||||||
your applications, you should compile OpenJPEG using something similar to gcc:
|
your applications, you should compile OpenJPEG using something similar to gcc:
|
||||||
-fvisibility=hidden compilation flag.
|
`fvisibility=hidden` compilation flag.
|
||||||
See also: http://gcc.gnu.org/wiki/Visibility
|
See also: http://gcc.gnu.org/wiki/Visibility
|
||||||
|
|
||||||
On windows, MSVC directly supports export/hidding function and as such the only
|
On windows, MSVC directly supports export/hidding function and as such the only
|
||||||
|
|
Loading…
Reference in New Issue