Downloading and installing CAFE

Download

The latest release of CAFE can be found here: https://github.com/hahnlab/CAFE/releases/latest.

Download the file that starts with CAFE, e.g. "CAFE-4.0.1.tar.gz"

Installation

  1. untar the file you downloaded with "tar xf CAFE-4.0.1.tar.gz"
  2. CD to the appropriate directory
  3. ./configure
  4. make

Then just copy the binary file to somewhere on your path, such as /usr/local/bin/. Alternatively, add /path/to/CAFE/release/ to your $PATH variable (in your .bashrc or .bash_profile).