Request: Windows Build Instructions using command line only
How do I build this project on Windows using only the command line?
Try following the Linux ones (provided you've installed all the necessary tooling in Visual Studio). The preset names are these instead: https://github.com/hedge-dev/UnleashedRecomp/blob/d0368665dd0ceda61a71daf401fb79c4abe4aaab/CMakePresets.json#L28-L60
Cool. Also when it comes to actually installing the dependencies, I presume it’s ok to just install them using the build tools for visual studio 2022 executable rather than having to install the ide?
Cool. Also when it comes to actually installing the dependencies, I presume it’s ok to just install them using the build tools for visual studio 2022 executable rather than having to install the ide?
I'm not sure how convenient that is, but you can install the IDE and just use the command line tools afterwards.
The GitHub runners for example are clearly already equipped with everything they need, but I'm not familiar with how they installed everything there.
Ok. I did find out a way to install the dependencies using the build tools executable, but whether it will actually work is something I’ll need to explore later.