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

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令进入主程序安装目录。

```
cd
/path/to/circos
```


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

```
tar -zxvf circos-0.69-9.tgz
```


4. 执行以下命令安装所需perl模块。

```
cd circos-0.69-9/bin
```


5. 执行以下命令列出Circos所需求的Perl模块。

```
./list.modules
```


6. 执行以下命令检测这些所需求的Perl模块是否正确安装。

```
./test.modules
```


7. 务必先顺序执行一次。

```
./circos -modules
```


8. 执行以下命令对未安装的模块逐一安装，以安装Carp为例。

```
cpan install
Carp
```
