Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2722698
  • 博文数量: 423
  • 博客积分: 7770
  • 博客等级: 少将
  • 技术积分: 4766
  • 用 户 组: 普通用户
  • 注册时间: 2006-11-09 11:58
个人简介

Oracle/DB2/Postgresql/Mysql/Hadoop/Greenplum/Postgres-xl/Mongodb

文章分类

全部博文(423)

文章存档

2019年(3)

2018年(6)

2017年(27)

2016年(23)

2015年(30)

2014年(16)

2013年(31)

2012年(73)

2011年(45)

2010年(14)

2009年(30)

2008年(30)

2007年(63)

2006年(32)

分类: LINUX

2010-11-24 18:11:58

                    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/
阅读(1871) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-11-25 12:03:38

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com