File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ To Build
99
1010``` bash
1111cmake -B build
12+ ```
13+ Run ` cmake -B build -LH ` to see the full list of available options.
14+
15+ ``` bash
1216cmake --build build # Append "-j N" for N parallel jobs
1317cmake --install build # Optional
1418```
@@ -171,13 +175,6 @@ In this case there is no dependency on SQLite or Berkeley DB.
171175
172176Mining is also possible in disable-wallet mode using the ` getblocktemplate ` RPC call.
173177
174- Additional Configure Flags
175- --------------------------
176- A list of additional configure flags can be displayed with:
177-
178- cmake -B build -LH
179-
180-
181178Setup and Build Example: Arch Linux
182179-----------------------------------
183180This example lists the steps necessary to setup and build a command line only distribution of the latest changes on Arch Linux:
You can’t perform that action at this time.
0 commit comments