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