Browse Source

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

0.10
Whit J 10 years ago committed by Wladimir J. van der Laan
parent
commit
f60dc15c50
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 4
      doc/build-osx.md
  2. 9
      doc/build-unix.md

4
doc/build-osx.md

@ -81,6 +81,10 @@ After exiting, you'll get a warning that the install is keg-only, which means it @@ -81,6 +81,10 @@ After exiting, you'll get a warning that the install is keg-only, which means it
make check
4. (Optional) You can also install bitcoind to your path:
make install
Creating a release build
------------------------
You can ignore this section if you are building `bitcoind` for your own use.

9
doc/build-unix.md

@ -15,9 +15,12 @@ the usage of the absolute path. @@ -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.

Loading…
Cancel
Save