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

Windows support #73

Open
NickNaso opened this issue Apr 23, 2020 · 2 comments
Open

Windows support #73

NickNaso opened this issue Apr 23, 2020 · 2 comments

Comments

@NickNaso
Copy link
Member

NickNaso commented Apr 23, 2020

Golang uses gcc like C compiler and for windows the only way produce the library is to use mingw.
See: TDM-GCC.
The library produced by gcc are not compatible with MSVC so there is the need of other tools.
Some researchs produced some results that need to be analyzed:

The Windows support seems to be possible. It will request different and additional toolchains.

@NickNaso
Copy link
Member Author

Example of Windows environemt:
gowin-env.zip

@NickNaso
Copy link
Member Author

NickNaso commented May 5, 2020

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