-
Notifications
You must be signed in to change notification settings - Fork 20
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 #12
Comments
I managed to build rustation on Windows 7, here's the procedure I followed:
I used the 32bit version but the 64bit version should work as well. By default the setup doesn't add rustc and cargo to PATH but there's
https://github.com/alexcrichton/gcc-rs#compile-time-requirements I installed MinGW 32bits (it must match rust's architecture). You can find an installer here: http://sourceforge.net/projects/mingw/files/MinGW/ Yes, people still use sourceforge in 2015. Try to avoid the malware. I used the custom package manager because apparently Windows developpers are still stuck in the dark ages. For 64bit builds you might need http://mingw-w64.org/doku.php but I haven't tried it. Don't forget to add the path to It's possible to use Visual Studio's compiler instead by using a
You should end up with a linking error since cargo won't find
Download the 32 or 64bit version depending on the rust/MinGW architecture you chose.
Finally you should be able to run the emulator using The result: It's not great though, the image flickers a lot and the performance is much worse than on my linux box (even though it has both a weaker CPU and GPU...), probably an OpenGL issue? |
Hopefully this is not relevant anymore since we moved to libretro. |
Make sure the emulator works on Windows, write a guide on how to build it there.
The text was updated successfully, but these errors were encountered: