devinacker / bsnes-plus

debug-oriented fork of bsnes
http://bsnes.revenant1.net
327 stars 92 forks source link

Windows build instructions are too terse #360

Open VelkarTheTall opened 3 weeks ago

VelkarTheTall commented 3 weeks ago

Hello!

I realize that you provide up-to-date binaries, but I would really like to compile the code myself on Windows. I'm a bit new to compiling, so this is at once a bit of a study and practice. However, I don't really understand the terse instructions. How does one:

There is no Makefile in the root of the directory, but there is one in the /bsnes/ subfolder. However, when I run the command on that one, I get the following error:

make: pkg-config: No such file or directory
rcc ui-qt/resource/resource.qrc -o obj/resource.rcc
make: rcc: No such file or directory
make: *** [ui-qt/Makefile:90: obj/resource.rcc] Error 127
ijuintekka commented 3 weeks ago

When you are cloning the github repository, use the argument --recurse-submodules to also include all subprojects in the repo. This should solve your issue.