Skip to content

Commit

Permalink
doc: add make install to build-osx.md and build-unix.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whitj00 authored and laanwj committed Oct 1, 2014
1 parent 3fd192f commit f60dc15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 6 additions & 3 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f60dc15

Please sign in to comment.