EBIvariation / vcf-validator

Validation suite for Variant Call Format (VCF) files, implemented using C++11
Apache License 2.0
130 stars 39 forks source link

Make the mac build easier #144

Closed srbcheema1 closed 6 years ago

srbcheema1 commented 6 years ago

This PR aims to make the mac build easier. so that anyone can easily build it. It aims to make the build more flexible and more easier. all we have to do is run these simple commands

git clone https://github.com/EBIvariation/vcf-validator
cd vcf-validator
./install_dependencies.sh osx
export PATH=$PATH:$PWD/osx_dependencies/odb-2.4.0-i686-macosx/bin
mkdir -p build
cd build
cmake -GNinja ..
ninja -v -j2