mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
cbe21e3b4b
I'm switching away from visual studio (because its broken) so figured I'd document / commit the minimum to get a working environment with the editor I chose (Zed). Also cleaned up the main README so it's not so verbose, link out to secondary pages, etc. I also deleted the Arch and Fedora dockerfiles, they were broken. The ubuntu one still works, so i left it.
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