-
Notifications
You must be signed in to change notification settings - Fork 102
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
Add windows-specific build instructions to readme #1742
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #1742 +/- ##
==========================================
- Coverage 91.42% 91.42% -0.01%
==========================================
Files 766 766
Lines 27509 27509
==========================================
- Hits 25151 25149 -2
- Misses 2358 2360 +2 ☔ View full report in Codecov by Sentry. |
fc4a36d
to
e1b1aee
Compare
I amended the note about the visual studio build since just running |
what "Windows" Make should be used for Windows? the 2006 GnuWin32 Version: https://gnuwin32.sourceforge.net/packages/make.htm Make is very uncommon on Windows so it would be good to state whats a good source for the binary |
That version might work, depending on the differences between the versions. I don't think it's been tested with that old of a version of make. What we've used in CI is the version packaged by chocolatey: https://community.chocolatey.org/packages/make. It looks like the person who packaged that is distributing the binaries themselves along with the package (the exe can be found here). |
could you add that info+url to the short build description? |
e1b1aee
to
715a9fd
Compare
715a9fd
to
cc02b38
Compare
Sure. Or rather, I updated it to link chocolatey and listed the package names in an example install command, since that also includes ninja and might be a little more straightforward than linking the chocolatey packages individually. Is that sufficient? |
yes - seems to be more "complete" then |
Added a short description of additional requirements for building on windows to the README (see #1736 (comment)).