added paragraph about installing jpeglib
authorkramm <kramm>
Tue, 20 Feb 2007 18:52:49 +0000 (18:52 +0000)
committerkramm <kramm>
Tue, 20 Feb 2007 18:52:49 +0000 (18:52 +0000)
FAQ

diff --git a/FAQ b/FAQ
index c735e44..225a335 100644 (file)
--- a/FAQ
+++ b/FAQ
     ranlib /usr/local/lib/libjpeg.a
     ldconfig /usr/local/lib
 
+    In order to install jpeglib, it's furthermore been remarked that you need
+    to do
+    make install-lib
+    make install-headers
+    .
+
     If it still doesn't work, try removing the file "config.cache"
     before running configure again.