obhq / obliteration

Experimental PS4 emulator written in Rust for Windows, macOS and Linux
https://obliteration.net
MIT License
586 stars 17 forks source link

Potentially improve step on installing Ninja for Windows. #797

Closed VocalFan closed 2 months ago

VocalFan commented 3 months ago

Typically, installing Ninja on windows is just downloading the exe of Ninja, then manually adding the path to Ninja into the CMAKE file... However, a much simpler solution is using Chocolatey with the command choco install ninja in an admin CMD

Maybe we can provide this in the ReadME?