diff options
| author | Antonin Descampe <antonin@gmail.com> | 2005-12-08 09:38:47 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2005-12-08 09:38:47 +0000 |
| commit | 95bc884365deb41c357583874c23d82eac7cad2d (patch) | |
| tree | cbeb4c538d1bf2f253bc5d3aa21da2871032b670 /README.linux | |
| parent | e45e87cfb7c7a131fcd7412e3fb228b61f3c999e (diff) | |
OpenJPEG version 1.1
Diffstat (limited to 'README.linux')
| -rw-r--r-- | README.linux | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.linux b/README.linux new file mode 100644 index 00000000..d51ff5d4 --- /dev/null +++ b/README.linux @@ -0,0 +1,24 @@ +Release Notes +-------------- +This version of the library has been tested under the following OS: +- RedHat Linux 9.0 + +You should be able to link progams with the -lopenjpeg option after the library is compiled and installed. +You can also statically link with libopenjpeg.a. +If you use a really old version of gcc and it chokes on the CRs in the file, you can type 'make dos2unix' +to run all of the files through dos2unix which converts CRLF to LF. This no longer appears to be required +for RedHat 7.3 or 9. + +Please let us know how this works for you under other Linux distributions or any other *nix. + +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 +make install +3) Clean all files produced during the build process +make clean + |
