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

cross compiling from ubuntu for windows #12

Open
martin2250 opened this issue Mar 26, 2016 · 1 comment
Open

cross compiling from ubuntu for windows #12

martin2250 opened this issue Mar 26, 2016 · 1 comment

Comments

@martin2250
Copy link

no issues here, just in case somebody (including future me) needs it:
install compiler:
sudo apt-get install mingw-w64
edit Makefile:
PLATFORM = WINDOWS
CC = /etc/alternatives/i686-w64-mingw32-gcc
WINDOWS_LIBRARIES = -I /usr/i686-w64-mingw32/include

@hansmbakker
Copy link

Thank you! Based on your input I created an automated build in #20.

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