Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSTALLATION INSTRUCTIONS for the Independent JPEG Group's JPEG software
- Copyright (C) 1991-1998, Thomas G. Lane.
- This file is part of the Independent JPEG Group's software.
- For conditions of distribution and use, see the accompanying README file.
- This file explains how to configure and install the IJG software. We have
- tried to make this software extremely portable and flexible, so that it can be
- adapted to almost any environment. The downside of this decision is that the
- installation process is complicated. We have provided shortcuts to simplify
- the task on common systems. But in any case, you will need at least a little
- familiarity with C programming and program build procedures for your system.
- If you are only using this software as part of a larger program, the larger
- program's installation procedure may take care of configuring the IJG code.
- For example, Ghostscript's installation script will configure the IJG code.
- You don't need to read this file if you just want to compile Ghostscript.
- If you are on a Unix machine, you may not need to read this file at all.
- Try doing
- ./configure
- make
- make test
- If that doesn't complain, do
- make install
- (better do "make -n install" first to see if the makefile will put the files
- where you want them). Read further if you run into snags or want to customize
- the code for your system.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement