Skip to content

Commit 6757052

Browse files
bufo24fanquake
authored andcommitted
doc: move cmake -B build -LH up in Unix build docs
1 parent 953c90d commit 6757052

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

doc/build-unix.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ To Build
99

1010
```bash
1111
cmake -B build
12+
```
13+
Run `cmake -B build -LH` to see the full list of available options.
14+
15+
```bash
1216
cmake --build build # Append "-j N" for N parallel jobs
1317
cmake --install build # Optional
1418
```
@@ -156,13 +160,6 @@ In this case there is no dependency on SQLite.
156160

157161
Mining is also possible in disable-wallet mode using the `getblocktemplate` RPC call.
158162

159-
Additional Configure Flags
160-
--------------------------
161-
A list of additional configure flags can be displayed with:
162-
163-
cmake -B build -LH
164-
165-
166163
Setup and Build Example: Arch Linux
167164
-----------------------------------
168165
This example lists the steps necessary to setup and build a command line only distribution of the latest changes on Arch Linux:

0 commit comments

Comments
 (0)