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

Add to the README more required dependencies #69

Merged
merged 2 commits into from
Aug 28, 2023

Conversation

nir9
Copy link
Contributor

@nir9 nir9 commented Aug 27, 2023

To compile C in this project, zig uses files from Visual Studio Build Tools and Windows SDK

Reason it requires these is because the compile target is msvc and also the project uses the Windows API calls so the Windows SDK is needed anyway.

Zig does come with built in targets for Windows as well, but the MSVC target depends on Visual Studio.

@prabirshrestha prabirshrestha merged commit 19872cf into prabirshrestha:master Aug 28, 2023
1 check passed
@prabirshrestha
Copy link
Owner

Merged. Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants