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

New Windows build steps: #715

Open
AEW2015 opened this issue May 15, 2024 · 1 comment
Open

New Windows build steps: #715

AEW2015 opened this issue May 15, 2024 · 1 comment

Comments

@AEW2015
Copy link

AEW2015 commented May 15, 2024

I need to run this to build on windows:

  • pacman -S mingw-w64-ucrt-x86_64-make
  • cmake .. -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release
  • mingw32-make -j4
@AEW2015
Copy link
Author

AEW2015 commented May 15, 2024

Ok you can use the ninja files, just instead of make do this
cmake --build . -j4 or ninja -j4

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

1 participant