From 7031ef88fc95c039b05e4217ad58012df2d8c3cf Mon Sep 17 00:00:00 2001 From: Ivan Yonchovski Date: Thu, 1 Sep 2022 11:55:53 +0300 Subject: [PATCH] Fix windows build instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe8895072..f94542df1 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ Variables -> Path -> Edit -> New -> C:\mingw-w64\mingw64\bin (it's "C:\mingw-w64 Install [Git for Windows](https://gitforwindows.org/) and use a "Git Bash" shell to clone and build Nimbus. +Install [cmake](https://cmake.org/). + If you don't want to compile RocksDB and SQLite separately, you can fetch pre-compiled DLLs with: ```bash mingw32-make fetch-dlls # this will place the right DLLs for your architecture in the "build/" directory