mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 09:51:13 +02:00
doc: move cmake -B build -LH
up in Unix build docs
Github-Pull: #33088
Rebased-From: 6757052fc4
This commit is contained in:
@@ -9,6 +9,10 @@ To Build
|
||||
|
||||
```bash
|
||||
cmake -B build
|
||||
```
|
||||
Run `cmake -B build -LH` to see the full list of available options.
|
||||
|
||||
```bash
|
||||
cmake --build build # Append "-j N" for N parallel jobs
|
||||
cmake --install build # Optional
|
||||
```
|
||||
@@ -171,13 +175,6 @@ In this case there is no dependency on SQLite or Berkeley DB.
|
||||
|
||||
Mining is also possible in disable-wallet mode using the `getblocktemplate` RPC call.
|
||||
|
||||
Additional Configure Flags
|
||||
--------------------------
|
||||
A list of additional configure flags can be displayed with:
|
||||
|
||||
cmake -B build -LH
|
||||
|
||||
|
||||
Setup and Build Example: Arch Linux
|
||||
-----------------------------------
|
||||
This example lists the steps necessary to setup and build a command line only distribution of the latest changes on Arch Linux:
|
||||
|
Reference in New Issue
Block a user