INSTALL

Sun, 16 Mar 2003 15:37:16 +0000

author
eric
date
Sun, 16 Mar 2003 15:37:16 +0000
changeset 136
82d6f19753d6
permissions
-rw-r--r--

added README, INSTALL.

     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.