Build from Release Tarball
访问GitHub , release中寻找最新版本(https://github.com/vcftools/vcftools/releases/tag/v0.1.16)
下载 vcftools-0.1.16.tar.gz 压缩包,至自定义安装目录:
cd /dir/to/install
wget https://github.com/vcftools/vcftools/releases/download/v0.1.16/vcftools-0.1.16.tar.gz
tar zxvf ./vcftools-0.1.16.tar.gz
cd vcftools-0.1.16/
./configure --prefix=`pwd`
make && make install