The build itself is fairly straight forward. Download the source, and goto the "PCBuild" directory in the Visual Studio Developer Command Prompt. Once there, here is the build command:
build.bat -e -p x64 --disable-gil
To build with JIT suport, Clang-18 is required.
- Install Clang for Windows
- Not from VStudio, that did not work ("Can't find llvm-readobj-18!")
build.bat -e -p x64 --disable-gil --experimental-jit