cmake, doc: Update build-unix.md#208
Conversation
|
@pablomartin4btc's #208 (comment) has been addressed. |
|
re-ACK a11cb27 |
| To build with GUI pass `-DBUILD_GUI=ON`. | ||
|
|
||
| To build with Qt 5 you need the following: | ||
|
|
There was a problem hiding this comment.
"Once these are installed, they will be found by configure and a bitcoin-qt executable will be
built by default."
This is no longer true?
There was a problem hiding this comment.
So this being the case, shouldn't we delete the line: "Once these are installed, they will be found by configure and a bitcoin-qt executable will be built by default."
|
Added some nits, two unrelated to the change to cmake. |
|
@m3dwards's #208 (comment) has been addressed. |
| ./configure | ||
| make # use "-j N" for N parallel jobs | ||
| make install # optional | ||
| cmake -B build |
There was a problem hiding this comment.
I think we talked previously about adding -S to the docs whenever we are configuring, but I can't remember anymore what the verdict was.
There was a problem hiding this comment.
Indeed. There was -S in the past. See:
We agreed to use modern CMake invocation style. Configuring in the source root makes the -S option redundant.
No description provided.