the images are only accessible behind zoomify. But this is something for another post.
Installation
- Get the source code from here: http://www.ijg.org/
- Download jpegsrc.v9a.tar.gz
- Get the patch from here: http://jpegclub.org/jpegtran/
- Download droppatch.v9a.tar.gz
- Uncompress the package, i.e. tar -xzvf /tmp/jpegsrc.v9a.tar.gz
- Uncompress the patch to the same directory as jpegtran, i.e.
tar -C jpeg-9a -xzvf droppatch.v9a.tar.gz
- Go to the directory that contains the uncompressed original code with the patch, i.ecd /tmp/jpeg-9a
- if you don't want to install it to the default locations, add the --prefix arg otherwise without, ./configure --prefix=/some/installation/path/
- make && make install (you need sudo for installation to default path)
Done!
No comments:
Post a Comment