Advertisement
Guest User

Untitled

a guest
Nov 18th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. INSTALLATION INSTRUCTIONS for the Independent JPEG Group's JPEG software
  2.  
  3. Copyright (C) 1991-1998, Thomas G. Lane.
  4. This file is part of the Independent JPEG Group's software.
  5. For conditions of distribution and use, see the accompanying README file.
  6.  
  7.  
  8. This file explains how to configure and install the IJG software. We have
  9. tried to make this software extremely portable and flexible, so that it can be
  10. adapted to almost any environment. The downside of this decision is that the
  11. installation process is complicated. We have provided shortcuts to simplify
  12. the task on common systems. But in any case, you will need at least a little
  13. familiarity with C programming and program build procedures for your system.
  14.  
  15. If you are only using this software as part of a larger program, the larger
  16. program's installation procedure may take care of configuring the IJG code.
  17. For example, Ghostscript's installation script will configure the IJG code.
  18. You don't need to read this file if you just want to compile Ghostscript.
  19.  
  20. If you are on a Unix machine, you may not need to read this file at all.
  21. Try doing
  22. ./configure
  23. make
  24. make test
  25. If that doesn't complain, do
  26. make install
  27. (better do "make -n install" first to see if the makefile will put the files
  28. where you want them). Read further if you run into snags or want to customize
  29. the code for your system.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement