Skip to content

Instantly share code, notes, and snippets.

@geniusphil
Last active August 26, 2019 15:57
Show Gist options
  • Save geniusphil/41205987489bb2fe27b635cdb05b121e to your computer and use it in GitHub Desktop.
Save geniusphil/41205987489bb2fe27b635cdb05b121e to your computer and use it in GitHub Desktop.
Installation vcftools on MacOS
# Check package
brew update
brew upgrade
brew install automake
brew install zlib
brew install pkg-config
# Download vcftools
git clone https://github.com/vcftools/vcftools.git
cd vcftools
./autoconfig.sh
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment