Skip to content
Snippets Groups Projects

Install FlameMaster prerequisites on Mac

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Raymond Langer

    You can install all prerequisites using homebrew or macports. The package gcc (containing gfortran) is optional. The prerequisites flex and bison are included in the xcode command line tools that are required to install homebrew.

    With homebrew, the following command installs all prerequisites (02/16/2020):

    brew install git cmake sundials gcc

    With macports, the following command installs all prerequisites (02/16/2020):

    sudo port install cmake git sundials gcc92
    Edited
    install-fm-prerequisites-mac.sh 35 B
    brew install git cmake sundials gcc
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment