Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wirc-sjsu/fofem

Repository files navigation

FOFEM C++ code

First Order Fire Effects Model (FOFEM) source code, DLL, and UNIX installations.

How to install using CMake

These instructions compile the code in folder FOF_UNIX.

  1. Create a directory where to build the code
mkdir build
cd build
  1. Create Makefile using CMake by doing:
cmake ..
  1. 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.

About

First Order Fire Effects Model (FOFEM) source code and DLL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •