openjpeg/README.osx

17 lines
542 B
Plaintext
Raw Normal View History

2005-12-08 10:38:47 +01:00
Release Notes
--------------
This version of the library has been tested under OSX 10.2 using gcc 3.3.
While the makefiles will make a .dylib and a .a, it is recommended to simply staticly link with the .a file.
Installation
------------
Note: You will need to have root privileges in order to install the library in the /usr/lib directory.
The installation process is as simple as this :
1) Enter the OpenJPEG directory
2) Build the distribution :
make osx
make osxinstall
3) Clean all files produced during the build process
make clean