INSTALL

Tue, 25 Mar 2003 09:38:08 +0000

author
eric
date
Tue, 25 Mar 2003 09:38:08 +0000
changeset 156
745483d15215
parent 136
82d6f19753d6
permissions
-rw-r--r--

support both big- and little-endian TIFF files. don't crash in close_input_file() if current_input_handler is NULL.

     1 tumble: build a PDF file from image files
     2 Copyright 2003 Eric Smith <eric@brouhaha.com>
     3 $Id: INSTALL,v 1.1 2003/03/16 07:37:16 eric Exp $
     5 Tumble requires libtiff, which in turn requires libjpeg and libz:
     7     http://www.libtiff.org/
     8     http://www.???.org */
    10 Building Tumble requires GNU Make, GCC, Bison, and Flex, all of which are
    11 free software provided by the Free Software Foundation.  These are provided
    12 as part of most Linux distributions, and are also avaiable for many other
    13 operatng systems.  See the FSF web site for more information
    15     http://www.gnu.org/
    17 The supplied Makefile should work on most systems with only minor
    18 modifications.