鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

安装phyml

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令进入目录。
    cd /path/to/prottest
  3. 执行以下命令下载安装包。
    git clone https://github.com/stephaneguindon/phyml.git
  4. 执行以下命令编译安装。
    cd phyml
    sh autogen.sh
    ./configure --prefix=/path/to/prottest/phyml_install --enable-phyml
    make
    make install