-
Notifications
You must be signed in to change notification settings - Fork 10
Building from Source
radj307 edited this page Dec 12, 2021
·
26 revisions
- CMake (At least v3.15)
- Visual Studio 2022 or Visual Studio 2022 Build Tools
You can install the library dependencies from the commandline by using git submodule init && git submodule update
from the repository root.
Once the directory is set up, you can use your preferred IDE if it supports building from CMakeLists.txt by opening it in the repository root directory & building.