mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 22:13:05 +02:00
doc: add make install to build-osx.md and build-unix.md
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
3fd192f8b4
commit
f60dc15c50
@ -15,9 +15,12 @@ the usage of the absolute path.
|
||||
To Build
|
||||
---------------------
|
||||
|
||||
./autogen.sh
|
||||
./configure
|
||||
make
|
||||
```bash
|
||||
./autogen.sh
|
||||
./configure
|
||||
make
|
||||
make install # optional
|
||||
```
|
||||
|
||||
This will build bitcoin-qt as well if the dependencies are met.
|
||||
|
||||
|
Reference in New Issue
Block a user