doc: add make install to build-osx.md and build-unix.md

This commit is contained in:
Whit J
2014-09-30 10:48:40 -07:00
committed by Wladimir J. van der Laan
parent 3fd192f8b4
commit f60dc15c50
2 changed files with 10 additions and 3 deletions

View File

@ -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.