UnleashedRecomp icon indicating copy to clipboard operation
UnleashedRecomp copied to clipboard

Request: Windows Build Instructions using command line only

Open JPS46225 opened this issue 9 months ago • 4 comments

How do I build this project on Windows using only the command line?

JPS46225 avatar Mar 15 '25 11:03 JPS46225

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

DarioSamo avatar Mar 15 '25 17:03 DarioSamo

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?

JPS46225 avatar Mar 15 '25 18:03 JPS46225

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.

DarioSamo avatar Mar 15 '25 20:03 DarioSamo

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.

JPS46225 avatar Mar 15 '25 21:03 JPS46225