Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 859 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 859 Bytes

LOGO_VakolEngine_White_NoStroke_CROPPED

Cloning

  1. git clone https://github.com/Wolfleader101/VakolEngine
  2. cd VakolEngine
  3. git checkout main
  4. git submodule update --init --recursive

Building the Project

To build the project, follow these steps:

How to compile in Visual Studio 2019

  1. Open Visual Studio 2019
  2. 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
  3. Naviate to the CMakeLists.txt in the solution explorer, and open it
  4. Select the Startup Item you wish to build
  5. Run the build

Official Microsoft Guide

https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170