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

anyway to build this for win32 port? #1

Open
rcmpayne opened this issue Jan 12, 2017 · 3 comments
Open

anyway to build this for win32 port? #1

rcmpayne opened this issue Jan 12, 2017 · 3 comments

Comments

@rcmpayne
Copy link

No description provided.

@inflex
Copy link
Owner

inflex commented Jan 12, 2017

You could try using MS VisualStudio 2015 or later; seems they greatly improved their common C runtime libraries as of that version.

@inflex
Copy link
Owner

inflex commented Jan 12, 2017

I'll see if there's a sane way to cross compile for W32 as well.

@pabs3
Copy link

pabs3 commented Dec 24, 2021

For cross-compiling to Windows, there is the MinGW project:

https://en.wikipedia.org/wiki/Mingw-w64

These days the best option is to install a full Linux distro using Microsoft WSL. WSL1 lets you run Linux binaries on the Windows kernel using syscall translation. WSL2 is Linux in a VM, which some bridges to the Windows screen/filesystem etc:

https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux

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

3 participants