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

Add a link to download Visual C++ 2015 Build Tools #419

Merged
merged 1 commit into from
Jan 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ solution file using CMake: ::

Which should result in the creation of **cpp-ethereum.sln** in that build directory.

**NOTE: We only support Visual Studio 2015 as of cpp-ethereum-v.1.3.0.**
**NOTE: We only support Visual Studio 2015 as of cpp-ethereum-v.1.3.0. If you don't
have it already, install the `Visual C++ 2015 Build Tools <http://landinghub.visualstudio.com/visual-cpp-build-tools>`_ **

Double-clicking on that file should result in Visual Studio firing up. We suggest
building **RelWithDebugInfo** configuration, but all others work.
Expand Down