Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows build instructions are too terse #360

Open
VelkarTheTall opened this issue Oct 28, 2024 · 1 comment
Open

Windows build instructions are too terse #360

VelkarTheTall opened this issue Oct 28, 2024 · 1 comment

Comments

@VelkarTheTall
Copy link

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:

  • Initialize a submodule in git?

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants