-
Notifications
You must be signed in to change notification settings - Fork 213
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
Tutorial how to setup development environment #60
Comments
Hi, You have to install Visual Studio Express 2015 for Windows Desktop : https://www.visualstudio.com/vs/visual-studio-express/ With MonaTiny you can just run build and it should work, with MonaServer 1 you will have to copy the External/ directory from MonaServer2 into MonaServer directory. I hope it will help you Regards |
There is a problem with External from MonaServer2 when I copy it it still misses Lua dependencies. I think you should add them into External folder. To be honest compiling lua all the time is a waste of time it should be delivered like the openssl deps. |
Does it works with VS2015? Maybe there is a problem with libraries order in VS2017. |
Hi Mathieu & Thomas,
I've downloaded Visual Studio Community 2017 and tried to run the code from MonaServer and MonaServer2.
There is one problem... The IDE ask to convert the projects for VS 2017
MonaTiny/main.cpp
I say OK and then when I try to debug the code I get these errors...
Can someone write or make a video how to setup basic settings in VS Community 2017???
Best Regards
The text was updated successfully, but these errors were encountered: