81
Darwinbots3 / Re: Trying to get darwinbots3 to build.
« Last post by Numsgil on October 18, 2019, 08:08:21 PM »There aren't any up to date build instructions, but build.py should work.
The default version of visual studio it looks for is 12.0, which is Visual Studio 2013. You can change the version by adding `--version XXX` to the arguments to build.py. You can see the different versions of Visual Studio here: https://en.wikipedia.org/wiki/Microsoft_Visual_Studio. It looks like 2017 is 15.0
That said, I don't know if the build script will work with newer versions of Visual Studio.
The default version of visual studio it looks for is 12.0, which is Visual Studio 2013. You can change the version by adding `--version XXX` to the arguments to build.py. You can see the different versions of Visual Studio here: https://en.wikipedia.org/wiki/Microsoft_Visual_Studio. It looks like 2017 is 15.0
That said, I don't know if the build script will work with newer versions of Visual Studio.
Recent Posts