mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 14:25:01 +00:00
doc: add make install to build-osx.md and build-unix.md
This commit is contained in:
parent
3fd192f8b4
commit
f60dc15c50
@ -81,6 +81,10 @@ After exiting, you'll get a warning that the install is keg-only, which means it
|
|||||||
|
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
4. (Optional) You can also install bitcoind to your path:
|
||||||
|
|
||||||
|
make install
|
||||||
|
|
||||||
Creating a release build
|
Creating a release build
|
||||||
------------------------
|
------------------------
|
||||||
You can ignore this section if you are building `bitcoind` for your own use.
|
You can ignore this section if you are building `bitcoind` for your own use.
|
||||||
|
@ -15,9 +15,12 @@ the usage of the absolute path.
|
|||||||
To Build
|
To Build
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
./autogen.sh
|
```bash
|
||||||
./configure
|
./autogen.sh
|
||||||
make
|
./configure
|
||||||
|
make
|
||||||
|
make install # optional
|
||||||
|
```
|
||||||
|
|
||||||
This will build bitcoin-qt as well if the dependencies are met.
|
This will build bitcoin-qt as well if the dependencies are met.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user