How to install swftools-0.9.1 on Linux
tar zxvf freetype-2.4.2.tar.gz
cd freetype-2.4.2
./configure
make
make install
tar -zxvf jpegsrc.v8b.tar.gz
cd jpeg-8b/
./configure --enable-shared
make
make test
make install
ranlib /usr/local/lib/libjpeg.a
ldconfig /usr/local/lib
tar -zxvf swftools-0.9.1.tar.gz
cd swftools-0.9.1
rm -f config.cache
LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure --prefix=/usr/local/swftools-0.9.1
make
make install
cd /usr/local/swftools-0.9.1/
阅读(1926) | 评论(1) | 转发(0) |