I download the zip on windows, and use cmake in minGW to generate .sln, then compile in VS2015, but I got more than 100 errors.
I saw this in readme:
Though it's 2016 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work:
GCC 4.9 - 7.1 (and possibly later)
Clang 3.4 - 3.9 (and possibly later)
Microsoft Visual C++ 2015 / Build Tools 14.0.25123.0 (and possibly later)
Microsoft Visual C++ 2017 / Build Tools 15.1.548.43366 (and possibly later)
My VS2015 version is community 14.0.25431,I'm not sure where the problem is.
Thanks~
I download the zip on windows, and use cmake in minGW to generate .sln, then compile in VS2015, but I got more than 100 errors.
I saw this in readme:
Though it's 2016 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work:
GCC 4.9 - 7.1 (and possibly later)
Clang 3.4 - 3.9 (and possibly later)
Microsoft Visual C++ 2015 / Build Tools 14.0.25123.0 (and possibly later)
Microsoft Visual C++ 2017 / Build Tools 15.1.548.43366 (and possibly later)
My VS2015 version is community 14.0.25431,I'm not sure where the problem is.
Thanks~