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

Building on Windows #5

Open
weswitt opened this issue Feb 9, 2017 · 2 comments
Open

Building on Windows #5

weswitt opened this issue Feb 9, 2017 · 2 comments

Comments

@weswitt
Copy link

weswitt commented Feb 9, 2017

What is the procedure for building on Windows? The documented build procedure requires tools that are not present on Windows. What I did was do a build on Linux and create amalgamation code then copy that code to Windows. The code doesn't build for many different reasons such as no unistd.h, etc.

@brasko
Copy link
Owner

brasko commented Feb 9, 2017

Compile using mingw. I recommend mingw tdm (http://tdm-gcc.tdragon.net/) or mingw-w64.

@weswitt
Copy link
Author

weswitt commented Feb 9, 2017

Thanks, I was hoping for a native Windows implementation, but I'll make this work.

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