Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 203 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 203 Bytes

At a console:

git clone --recursive https://github.com/coolprop/coolprop_fortran
cd coolprop_fortan
mkdir build
cd build
cmake .. -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release
cmake --build .