From 88f41809aceb761ff9313e98762bc316d350a944 Mon Sep 17 00:00:00 2001 From: pinkstar <32221144+Jachi84@users.noreply.github.com> Date: Sun, 17 Jun 2018 11:53:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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