From 6bc43989372386bf1dc6ee2a763a46a2d0780059 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 5 Sep 2021 02:53:03 +0300 Subject: [PATCH] doc: Suggest using jom instead of nmake --- build_msvc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_msvc/README.md b/build_msvc/README.md index a380ab95447..36fb942c8e3 100644 --- a/build_msvc/README.md +++ b/build_msvc/README.md @@ -40,6 +40,8 @@ nmake nmake install ``` +One could speed up building with [`jom`](https://wiki.qt.io/Jom), a replacement for `nmake` which makes use of all CPU cores. + To build Bitcoin Core without Qt, unload or disable the `bitcoin-qt`, `libbitcoin_qt` and `test_bitcoin-qt` projects.