From 958096a37567a7927ea8de2fa94b7330ba7cad1f Mon Sep 17 00:00:00 2001 From: Mudit Vats Date: Fri, 17 Jul 2020 14:17:23 -0700 Subject: [PATCH] Add CMake requirements. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0b773e5..e9cc75c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Steps below are for Ubuntu 18.04. ### Dependencies - sudo apt install git cmake build-essential libboost-system-dev libboost-thread-dev libboost-random-dev libboost-regex-dev libboost-filesystem-dev libssl-dev zlib1g-dev +- RPC requires CMake version 3.17. + - Please use "cmake --version" to check version. + - CMake be downloaded from . ### Build @@ -30,6 +33,12 @@ Steps below are for Ubuntu 18.04. Steps below are for Windows 10 and Visual Studio 2019 Professional. +### Dependencies + +- RPC requires CMake version 3.17, which is included with Visual Studio 2019. + - Please use "cmake --version" to check version. + - CMake can be downloaded from . + ### Build VCPKG Open an x64 native command prompt for Visual Studio 2019 as Administrator.