You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a general purpose makefile for CFAST compilation in the cfast git repository directory named Build/CFAST. To compile CFAST for your particular OS, do the following:
Open a command shell and cd to the appropriate folder within Build/CFAST
Type make_cfast.bat or make_cfast.sh, depending on your OS (for Windows, you can double click the .bat file)
If you get stuck, take a look at the make_cfast script to better understand what is actually happening. Chances are that there a different path name or compiler version number installed on your machine.