doc: Suggest using jom instead of nmake

This commit is contained in:
Hennadii Stepanov 2021-09-05 02:53:03 +03:00
parent c4139f06a9
commit 6bc4398937
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

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