mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 07:39:12 -04:00
824 B
824 B
Windows Environment Setup
Even if you do not intend to use Visual Studio as your IDE of choice, it is the only officially supported way of downloading the various Windows SDKs to build the C++ project.
Download the latest community edition from here. At the time of writing this is Visual Studio 2022.
You will require the Desktop development with C++ workload. This can be selected during the installation, or after via the Visual Studio Installer program and modifying the Visual Studio Installation.
We recommend getting the rest of the project's dependencies via a package manager, and for that we use Scoop. Follow the steps on the bottom of the homepage here to get it installed.
scoop install git llvm nasm python task ninja cmake