I (Windows 10) am trying to building pybox2d
from source using these instructions
What I did:
- Install MinGW and MsyS from here. (Installed
mingw-developer-toolkit
,mingw32-base
,mingw32-gcc-g++
,msys-base
) - Download SWIG from here, unpacked it, and added it to my environmental variables.
- cloned the repo
- When I run
python setup.py build
I get an error
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
I have however installed Visual C++ Redistributable for Visual Studio 2015 and Microsoft Visual C++ 2015 Redistributable Update 3 RC
And looking at Control Panel\Programs\Programs and Features
I see that it is installed. (?)
What am I doing wrong?