---
title: 安装phylip
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengsnphylo_02_0009.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengsnphylo_02_0009.html
indexId: ab139fc72dd9b2b1f342a4e2973a1247c864c4a090400298577e37aa363fb60169
---
# 安装phylip

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令下载安装包。

```
cd
/path/to
/
phylip
wget http://evolution.gs.washington.edu/phylip/download/phylip-3.697.tar.gz
```


3. 执行以下命令解压安装包。

```
tar -xvf phylip-3.697.tar.gz
```


4. 执行以下命令进入文件目录。

```
cd phylip-3.697/src
```


5. 执行以下命令编译程序。

```
make -f Makefile.unx install
```


  编译完成后在上一级exe目录生成可执行文件dnaml。
