mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
doc: update unix doc with build flags
This commit is contained in:
parent
5116655980
commit
2ca223d282
1 changed files with 7 additions and 0 deletions
|
@ -7,8 +7,15 @@ Some notes on how to build Bitcoin Core in Unix.
|
||||||
To Build
|
To Build
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
### 1. Configuration
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cmake -B build
|
cmake -B build
|
||||||
|
```
|
||||||
|
Run `cmake -B build -LH` to see the full list of available options.
|
||||||
|
|
||||||
|
### 2. Compile
|
||||||
|
```
|
||||||
cmake --build build # use "-j N" for N parallel jobs
|
cmake --build build # use "-j N" for N parallel jobs
|
||||||
cmake --install build # optional
|
cmake --install build # optional
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue