From 5c55dee5a762c3bf62d5b2f3c33cb6f0f1982b0c Mon Sep 17 00:00:00 2001 From: warmerda Date: Thu, 16 Feb 2006 02:41:51 +0000 Subject: New --- .cvsignore | 6 ++++++ README.1st | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .cvsignore create mode 100644 README.1st diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..55dcbf4 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,6 @@ +jconfig.h +jconfig_api.h +config.status +config.log +libtool +stamp-* diff --git a/README.1st b/README.1st new file mode 100644 index 0000000..fcb0a86 --- /dev/null +++ b/README.1st @@ -0,0 +1,23 @@ +This package is identical to the IJG JPEG 6b release except that it +uses a modern build system based on the latest autoconf, automake, and +libtool. In fact, CVS versions of autoconf and libtool were used to +create this package. Later versions of the package are likely to use +released versions of autoconf and libtool. + +The package is produced by Bob Friesenhahn +so that is where any bug reports pertaining to building this package +should be sent to. + +An example build sequence for the package (should work for Linux, FreeBSD, +and OSX) is: + + tar -xzvf libjpeg-6b.tar.gz + cd libjpeg-6b + ./configure --prefix=/place/to/install + make + make check + sudo make install + +The package build has been verified to work for Windows MinGW/MSYS, +Apple's OSX "Panther", and Sun's Solaris 9. + -- cgit v1.2.1