summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwarmerda <warmerda>2006-02-16 02:41:51 +0000
committerwarmerda <warmerda>2006-02-16 02:41:51 +0000
commit5c55dee5a762c3bf62d5b2f3c33cb6f0f1982b0c (patch)
tree06d924a27f5fe599892ac9e3d70401f95d501df0
parente4175029036c001e41c1b89f0d023d11dadd8835 (diff)
downloadlibjpeg-5c55dee5a762c3bf62d5b2f3c33cb6f0f1982b0c.tar.gz
New
-rw-r--r--.cvsignore6
-rw-r--r--README.1st23
2 files changed, 29 insertions, 0 deletions
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 <bfriesen@GraphicsMagick.org>
+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.
+