diff --git a/README.md b/README.md index ac4cd377..5c87c0f8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Run `./src/PinkstarcoinV2d` to connect to the network and let it sync (it may ta ##### Prerequisites - Install [Visual Studio 2017 Community Edition](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15&page=inlineinstall) - When installing Visual Studio, it is **required** that you install **Desktop development with C++** and the **VC++ v150 toolchain** when selecting features. The option to install the v150 toolchain can be found by expanding the "Desktop development with C++" node on the right. You will need this for the project to build correctly. -- Install [Boost 1.64.0](https://sourceforge.net/projects/boost/files/boost-binaries/1.64.0/), ensuring you download the installer for MSVC 14. +- Install [Boost 1.64.0](https://sourceforge.net/projects/boost/files/boost-binaries/1.64.0/), ensuring you download the installer for MSVC 15. ##### Building