-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support for vc10 #5
Comments
We will not upload libraries to the repository. You will be able to generate vc10 project files using CMake, although I'm not sure if that is possible yet. Assigning this to @kornholi. |
Can create a wiki how to compile / generete vc10 project ? |
vc10 don't support because of c++11 |
As far as I know, we haven't used any C++11 feature that isn't supported by vc10, so compiling using vc10 should be possible although I can't guarantee that we won't use C++11 features that aren't supported by vc10 in the future. |
Mark I got errow while trying to generate vc10 using cmake |
Well then we don't support vc10. Either install vc11/12 or fix it yourself. You can use vc10 libs from tfssdk in vc11. |
vc11 works with win xp? or just serven or high? |
Yes, but you have to set the toolset to v110_xp. |
Use Dev-C++ |
Can add support for vc10 because i'm using win xp or upload libs for vc12?
The text was updated successfully, but these errors were encountered: