- git clone https://github.com/Wolfleader101/VakolEngine
- cd VakolEngine
- git checkout main
- git submodule update --init --recursive
To build the project, follow these steps:
- Open Visual Studio 2019
- If on the starting screen press open a local folder (select the project folder), If the IDE is open, Choose File > Open > CMake, then select the CMakeLists.txt in root
- Naviate to the CMakeLists.txt in the solution explorer, and open it
- Select the Startup Item you wish to build
- Run the build
https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170