安装phylip
操作步骤
- 使用PuTTY工具,以root用户登录服务器。
- 执行以下命令下载安装包。
cd /path/to/phylip wget http://evolution.gs.washington.edu/phylip/download/phylip-3.697.tar.gz
- 执行以下命令解压安装包。
tar -xvf phylip-3.697.tar.gz
- 执行以下命令进入文件目录。
cd phylip-3.697/src
- 执行以下命令编译程序。
make -f Makefile.unx install
编译完成后在上一级exe目录生成可执行文件dnaml。
父主题: 配置编译环境