RavBayes

Yuwei BaoAugust 25, 2023

RevBayes[1] is Bayesian phylogenetic inference using probabilistic graphical models and an interpreted language Rev

Download

Use homebrew on Mac OS X to download pre-requisites

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

  1. https://revbayes.github.io/open in new window ↩︎

  2. https://revbayes.github.io/compile-osxopen in new window ↩︎