See https://github.com/mypaint/mypaint/blob/master/README_WINDOWS.md for the latest version of this document.
Last active
August 29, 2015 14:12
-
-
Save achadwick/498358f65a71f88b85d2 to your computer and use it in GitHub Desktop.
An attempt at some MyPaint build instructions for Windows
You don't want to install MSVC, honestly. MSYS2 is all about Open Source code generators, tools and libraries. I gave up on scons about ten years ago since it didn't even grok cross compilation, but AFAIR you need to tell scons to use mingw tools..
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looked up the error message : scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
Apparently it's exactly what the error is telling us. We need VS. And one forum post suggests that only 2012 will do. Downloading 2012 Express and crossing my fingers.
[edit] doing so eliminated the VS error but did nothing to help with the code attempting to delete from an array in env that doesn't exist.
Edited mypaint/lib/SConscript @ line 75:
Then running the build produces the following output: