Skip to content
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

Open
al-sabr opened this issue May 15, 2017 · 4 comments
Open

Tutorial how to setup development environment #60

al-sabr opened this issue May 15, 2017 · 4 comments

Comments

@al-sabr
Copy link

al-sabr commented May 15, 2017

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

image

MonaTiny/main.cpp

image

I say OK and then when I try to debug the code I get these errors...

image

Can someone write or make a video how to setup basic settings in VS Community 2017???

Best Regards

@al-sabr al-sabr changed the title Tutorial how to setup devlopment environment Tutorial how to setup development environment May 15, 2017
@thomasjammet
Copy link
Contributor

Hi,

You have to install Visual Studio Express 2015 for Windows Desktop : https://www.visualstudio.com/vs/visual-studio-express/
(The link is at the end of the page).

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

@al-sabr
Copy link
Author

al-sabr commented Jan 19, 2018

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.

@al-sabr
Copy link
Author

al-sabr commented Jan 20, 2018

Linked with #70 #61

@thomasjammet
Copy link
Contributor

Does it works with VS2015? Maybe there is a problem with libraries order in VS2017.
As I say in #70 we will no longer update MonaServer. Our aim is to add support to LUA into MonaServer2 when we have time, then we will add the lua dependencies into the repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants