RavBayes
August 25, 2023
RevBayes[1] is Bayesian phylogenetic inference using probabilistic graphical models and an interpreted language Rev
Download
homebrew
on Mac OS X to download pre-requisites
Use More options can be found here [2]
Test pre-requisites
which cmake
which boost
Download pre-requisites if missing
brew install cmake boost
Compile
git clone --branch development https://github.com/revbayes/revbayes.git revbayes
cd revbayes/projects/cmake
./build.sh
./build.sh -boost_root /path/to/installed-boost-1.74.0