mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Merge 2ca223d282
into c5e44a0435
This commit is contained in:
commit
0497131132
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
|
||||
---------------------
|
||||
|
||||
### 1. Configuration
|
||||
|
||||
```bash
|
||||
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 --install build # optional
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue