首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Tidy2.0扩展

Tidy2.0扩展
EN

Stack Overflow用户
提问于 2010-08-20 10:52:15
回答 1查看 525关注 0票数 0

因此,我正在尝试在我的Karmic上安装Tidy2.0,遵循以下指南:http://www.howtoforge.com/forums/archive/index.php/t-7395.html

我认为一切都会正常工作,但似乎Tidy2.0的源码不再是live:http://support.office-shadow.com/installer/tidy2.0.tar.gz

该网站仍然在线(即office-shadow.com),但看起来他们不再托管这个扩展了。因此,我希望这里的某个人把它放在某个盒子里。请?帮助?

谢谢。

EN

回答 1

Stack Overflow用户

发布于 2010-08-20 11:42:10

代码语言:javascript
复制
sudo aptitude install php5-dev libtidy-dev
#you may have to install other libs, like gcc, build-essential, etc.
#see the guides on how to compile PHP, for instance
svn co http://svn.php.net/repository/php/php-src/branches/PHP_5_3/ext/tidy/
cd tidy
phpize
./configure
make
sudo make install

基本上,我只是将http://support.office-shadow.com/installer/tidy2.0.tar.gz替换为存储库位置。如果您使用的是PHP5.2,请用PHP_5_2替换PHP_5_3。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/3527855

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档