On Linux
You need cmake v2.8, make and gcc (g++)
From folder with project:
mkdir bin
cd bin/
cmake -DCMAKE_BUILD_TYPE=Release ..
make
cd ..
bin/shedule
Or just run ./build.sh
On Windows
(need Visual Studio and C++ Cmake tools for Windows - part Desktop development with C++ and Linux Development with C++ workloads):
- File -> Open folder
- Select folder "SheduleMath2020"
- Choose "shedule.exe" from the dropdown in the Solution Explorer toolbar