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
9
9
10
10
``` bash
11
11
cmake -B build
12
+ ```
13
+ Run ` cmake -B build -LH ` to see the full list of available options.
14
+
15
+ ``` bash
12
16
cmake --build build # Append "-j N" for N parallel jobs
13
17
cmake --install build # Optional
14
18
```
@@ -156,13 +160,6 @@ In this case there is no dependency on SQLite.
156
160
157
161
Mining is also possible in disable-wallet mode using the ` getblocktemplate ` RPC call.
158
162
159
- Additional Configure Flags
160
- --------------------------
161
- A list of additional configure flags can be displayed with:
162
-
163
- cmake -B build -LH
164
-
165
-
166
163
Setup and Build Example: Arch Linux
167
164
-----------------------------------
168
165
This 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