doc: Suggest using jom instead of nmake

pull/826/head
Hennadii Stepanov 3 years ago
parent c4139f06a9
commit 6bc4398937
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

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

Loading…
Cancel
Save