added paragraph about installing jpeglib
[swftools.git] / 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.