The vapor-compression refrigeration cycle steady-state simulator for education in C++
-
CoolProp.dll
andCoolProp.lib
are the libraries builded with MSVC -
libCoolProp.dll
is the library builded with tdm64-gcc-9.2.0 on Windows -
libCoolProp.so.6.4.1
is the library builded with GCC 9.3 and glibc2.29 above on Linux
type sudo make install
in the terminal of ./vcccpp
on Linux
$sudo make install
type make
in the terminal of ./vcccpp
make
in the terminal of ./build
cmake ..
in the terminal of ./build
:
cmake .. -G "MinGW Makefiles"