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