---
title: 编译和安装
description: "1. 执行以下命令解压安装包。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/prtg-osc/kylin_kunpeng_vcfsamplecompare_2013_02_0008.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/prtg-osc/kylin_kunpeng_vcfsamplecompare_2013_02_0008.html
indexId: aeeceedffef5e7844bb39f24a784889dac66553cf413e302761a57039a774c0790
---
# 编译和安装

#### 操作步骤

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

```
cd
/path/to/VcfSampleCompare
tar -xvf 2.013.tar.gz
cd vcfSampleCompare-2.013
```


2. 执行以下命令编译文件。

```
perl Makefile.PL
make
make install
```
