Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

still relevant? "We only support Visual Studio 2015 as of cpp-ethereum-v.1.3.0" #421

Open
pirapira opened this issue Jan 15, 2018 · 3 comments

Comments

@pirapira
Copy link
Member

There is a line that says only Visual Studio 2015 is supported, but is that still the case?

@halfalicious
Copy link
Contributor

It looks like Visual Studio 2017 is supported, I successfully built eth.exe by executing the following command in the Developer Tools command prompt (after installing VS2017 Professional):

cmake -G "Visual Studio 15 2017 Win64" .

Followed by:

cmake --build . --config RelWithDebInfo

I hit over 1000 warnings but eth.exe was built and I can launch it successfully.

@pirapira
Copy link
Member Author

@halfalicious can you file a pull-request to this repository?

@halfalicious
Copy link
Contributor

Sure thing, will do that in the next week or so

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

No branches or pull requests

2 participants