INSTALL

changeset 136
82d6f19753d6
     1.1 diff -r 5d3d2dccb3ff -r 82d6f19753d6 INSTALL
     1.2 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 +++ b/INSTALL	Sun Mar 16 15:37:16 2003 +0000
     1.4 @@ -0,0 +1,18 @@
     1.5 +tumble: build a PDF file from image files
     1.6 +Copyright 2003 Eric Smith <eric@brouhaha.com>
     1.7 +$Id: INSTALL,v 1.1 2003/03/16 07:37:16 eric Exp $
     1.8 +
     1.9 +Tumble requires libtiff, which in turn requires libjpeg and libz:
    1.10 +
    1.11 +    http://www.libtiff.org/
    1.12 +    http://www.???.org */
    1.13 +
    1.14 +Building Tumble requires GNU Make, GCC, Bison, and Flex, all of which are
    1.15 +free software provided by the Free Software Foundation.  These are provided
    1.16 +as part of most Linux distributions, and are also avaiable for many other
    1.17 +operatng systems.  See the FSF web site for more information
    1.18 +
    1.19 +    http://www.gnu.org/
    1.20 +
    1.21 +The supplied Makefile should work on most systems with only minor
    1.22 +modifications.