FlameMaster on your local machine: Get started in 5 minutes
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:
- Access to the source code: FlameMaster repository
- Install prerequisites: macOS | Linux
- 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
install-fm.sh 199 B
Please register or sign in to comment