Welcome! This guide helps you get started with building the project using Visual Studio 2022, CMake, and vcpkg.
Make sure the following are installed before continuing:
-
Microsoft Visual Studio 2022
Ensure the Desktop development with C++ workload is enabled. -
CMake (version 3.21 or higher recommended)
Download the latest stable release here:
CMake Windows Installer
To configure the project and install dependencies:
-
Open PowerShell
-
Navigate to the scripts/ folder
-
Run:
.\setup-vs2022.ps1 -
The .sln solution file will be found in the build/folder
Make sure the following packages are installed before continuing:
sudo apt-get install ninja-build build-essential pkg-configTo configure the project and install dependencies:
-
Open bash
-
Navigate to the scripts/ folder
-
Run:
./setup-linux.sh
-
Go to the project root and run:
cmake --build --preset linux-release