From: kramm Date: Tue, 20 Feb 2007 18:52:49 +0000 (+0000) Subject: added paragraph about installing jpeglib X-Git-Tag: release-0-8-1~22 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=2a56ce9c698f80ed0b4b3144c9bb1df3b182adf5 added paragraph about installing jpeglib --- diff --git a/FAQ b/FAQ index c735e44..225a335 100644 --- a/FAQ +++ b/FAQ @@ -47,6 +47,12 @@ 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.