代码之家  ›  专栏  ›  技术社区  ›  onassar

tid2.0扩展[关闭]

  •  0
  • onassar  · 技术社区  · 14 年前

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

    我以为一切都会好起来,但似乎tide2.0的源头已经不复存在了: http://support.office-shadow.com/installer/tidy2.0.tar.gz

    不过,该网站仍在运行(即office-shadow.com),但似乎不再是扩展的宿主。所以,我希望这里有人把它放在盒子的某个地方。拜托?帮助?

    谢谢。

    1 回复  |  直到 12 年前
        1
  •  1
  •   Artefacto    14 年前
    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 存储库位置。如果您使用的是php 5.2,请将php_5_3替换为php_5_2。