Fix windows build instructions

This commit is contained in:
Ivan Yonchovski 2022-09-01 11:55:53 +03:00 committed by andri lim
parent 72a31593a9
commit 7031ef88fc
1 changed files with 2 additions and 0 deletions

View File

@ -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