X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=FAQ;h=0a88dcc3c860862352f7bbc9141ec0d22c1681b4;hb=3c7543d9d855058db64c4655d3f672cf8e0adb09;hp=84e0a207dfe4fcb73bd32765296959cf0882ac8b;hpb=81ec26ab040a3a816e9fadeaaea9ce9d07b2f54a;p=swftools.git diff --git a/FAQ b/FAQ index 84e0a20..0a88dcc 100644 --- a/FAQ +++ b/FAQ @@ -5,22 +5,17 @@ 2.) How to compile/link swftools on Unix/Linux/BSD? - Download swftools-0.x.x.tar.gz and t1lib-1.3.1.tar.gz. + Download swftools-0.x.x.tar.gz. Then type, on the + command-line: - gzip -d swftools-0.x.x.tar.gz - gzip -d t1lib-1.3.1.tar.gz - tar -xf t1lib-1.3.1.tar - cd t1lib-1.3.1 - ./configure - make - make install - cd .. - tar -xf swftools-0.x.x.tar + tar -zvxf swftools-0.x.x.tar cd swftools-0.x.x ./configure make make install + (you will have to be root for the last step) + 3.) What libraries do I need to compile swftools on Unix/Linux/BSD? You need t1lib, freetype and jpeglib to compile pdf2swf.