You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2022. It is now read-only.
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.
There is a line that says only Visual Studio 2015 is supported, but is that still the case?
The text was updated successfully, but these errors were encountered: