compile/link swftools
发布时间:2020-12-15 18:06:02 所属栏目:百科 来源:网络整理
导读:How to compile/link swftools on Unix/Linux Some distributions of Linux have swftools available in their standard repositories. In this case,installation is immediate: just use the package manager and order it to install swftools. For examp
How to compile/link swftools on Unix/Linux
tar -zvxf swftools-0.x.x.tar cd swftools-0.x.x ./configure make make install
* freetype: http://www.freetype.org * jpeglib: http://www.ijg.org/files/
libjpeg-6a can be found here - ftp://sunsite.unc.edu/pub/Linux/libs/graphics/ libjpeg 6b1-2 debs here - http://packages.debian.org/search?keywords=libjpeg6
* cd swftools/lib/pdf * wget ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02.tar.gz * cd ../../ * ./configure [ -- your_compiler_flags ]
checking for missing libraries... ungif gif_lib.h *************************************************** * The following headers/libraries are missing: ungif gif_lib.h * Disabling gif2swf tool... ***************************************************
rm -f config.cache LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure
ranlib /usr/local/lib/libjpeg.a ldconfig /usr/local/lib
make install-lib make install-headers
LDFLAGS=-lstdc++ ./configure (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |