Skip to content
Snippets Groups Projects

FlameMaster on your local machine: Get started in 5 minutes

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

    In addition to the steps below, please read the Repository/README.md and the Repository/Changelog carefully before using FlameMaster:

    1. Access to the source code: FlameMaster repository
    2. Install prerequisites: macOS | Linux
    3. Download, configure, build, and install FlameMaster (The --parallel flag is optional. It's available in cmake >= version 3.12)
    cd your/flamemaster/directory
    git clone git@git.rwth-aachen.de:ITV/FlameMaster.git Repository
    mkdir -p Build && cd Build
    cmake ../Repository -DCMAKE_BUILD_TYPE=Release
    cmake --build . --parallel  --target install --config Release
    • You are all set
    Edited
    install-fm.sh 199 B
    git clone git@git.rwth-aachen.de:ITV/FlameMaster.git Repository
    mkdir -p Build && cd Build
    cmake ../Repository -DCMAKE_BUILD_TYPE=Release
    cmake --build . --parallel  --target install --config Release
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment