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