git clone --recursive https://github.com/buzyaba/SimEngine.git
Go to scripts and run:
- GenerateMinimumProject.bat to get
.sln
without graphics support - GenerateProject.bat to get
.sln
with graphics support
- Configure the build:
Makefile
,.sln
, etc.
mkdir build && cd build
cmake ..
- Build the project:
cmake --build .
- Run
<project's folder>/build/bin
Go to scripts and run RemoveLibrariesFilesWindows.bat or RemoveLibrariesFilesLinux.sh depending on the system.
sudo apt install xorg-dev
sudo apt install libgl1-mesa-dev