First Order Fire Effects Model (FOFEM) source code, DLL, and UNIX installations.
These instructions compile the code in folder FOF_UNIX.
- Create a directory where to build the code
mkdir build
cd build
- Create Makefile using CMake by doing:
cmake ..
- Install FOFEM code by doing:
make
This creates an executable called fofem in the same build folder. You can run the code by doing:
./fofem
After modifying the code in the FOF_UNIX folder, you can just go to the build folder and type make again to update the installation.