doc: move cmake -B build -LH up in Unix build docs

Github-Pull: #33088
Rebased-From: 6757052fc4
This commit is contained in:
Bufo
2025-05-13 13:44:40 +02:00
committed by fanquake
parent 264418f80c
commit a08886d564

View File

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