STEPWISE is one library of Sandia National Laboratory's Dakota package. STEPWISE is licensed as lgpl-3.0
- download mingw at http://www.mingw.org/wiki/Getting_Started
- install and add the "bin" folder in mingw installation to path setting (e.g. set path = %PATH%;c:\mingw\bin)
- install gfortran per "mingw-get install fortran gdb"
- open a command window in the stepwise folder
- run "mingw32-make" and stepwise.exe should be made in the current folder
- copy stepwise.exe to deploy\runtime\bin folder in the SAM executable distribution
- make sure gcc and gfortran are installed on your system
- run "make" and stepwise.bin should be made in the current folder
- the stepwise.bin file will be copied to the SAM distribution when make is issued in SAMnt