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.