roentgen b75cab
roentgen b75cab
roentgen b75cab
roentgen b75cab
roentgen b75cab
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
roentgen b75cab
<title>Building the TIFF Software Distribution</title>
roentgen b75cab
roentgen b75cab
roentgen b75cab

<font face="Arial, Helvetica, Sans"></font>

roentgen b75cab
"images/cramps.gif" width="159" height="203" align="left" border=
roentgen b75cab
"1" hspace="6"> Building the Software Distribution
roentgen b75cab
    roentgen b75cab
  • Building on a UNIX system.
  • roentgen b75cab
  • Building on an MS-DOS or Windows system.
  • roentgen b75cab
  • Building on a VMS system.
  • roentgen b75cab
  • Building the Software on Other
  • roentgen b75cab
    Systems
    roentgen b75cab
    roentgen b75cab

    roentgen b75cab
    This chapter contains step-by-step instructions on how to configure
    roentgen b75cab
    and build the TIFF software distribution. The software is most
    roentgen b75cab
    easily built on a UNIX system, but with a little bit of work it can
    roentgen b75cab
    easily be built and used on other non-UNIX platforms.
    roentgen b75cab

    roentgen b75cab
    roentgen b75cab

    Building on a UNIX System

    roentgen b75cab
    To build the software on a UNIX system you need to first run the
    roentgen b75cab
    configure shell script that is located in the top level of the
    roentgen b75cab
    source directory. This script probes the target system for
    roentgen b75cab
    necessary tools and functions and constructs a build environment in
    roentgen b75cab
    which the software may be compiled. Once configuration is done, you
    roentgen b75cab
    simply run <tt>make</tt> (or <tt>gmake</tt>) to build the software
    roentgen b75cab
    and then <tt>make install</tt> to do the installation; for example:
    roentgen b75cab
    roentgen b75cab
    roentgen b75cab
    hyla% cd ./tiff-4.0.0
    roentgen b75cab
    hyla% ./configure
    roentgen b75cab
        ...lots of messages...
    roentgen b75cab
    hyla% make
    roentgen b75cab
        ...lots of messages...
    roentgen b75cab
    hyla% make check
    roentgen b75cab
        ...lots of messages...
    roentgen b75cab
    hyla# make install