update readme.
This commit is contained in:
parent
c430c2cece
commit
98a99c404f
@ -30,9 +30,12 @@ making all useful bitcoind functions asynchronous.
|
|||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ cd ~/node_modules/bitcoind.js
|
$ cd ~/node_modules/bitcoind.js
|
||||||
$ ./build-libbitcoind.sh remote
|
$ ./bin/build-libbitcoind remote
|
||||||
```
|
```
|
||||||
|
|
||||||
|
NOTE: This script will run automatically on an `npm install`, along with the
|
||||||
|
compilation below.
|
||||||
|
|
||||||
`remote` will clone the latest bitcoin upstream, apply a patch to it, compile
|
`remote` will clone the latest bitcoin upstream, apply a patch to it, compile
|
||||||
libbitcoind.so, and place it in the appropriate directory. The first argument
|
libbitcoind.so, and place it in the appropriate directory. The first argument
|
||||||
can also be a bitcoin repo directory you already have on your disk, otherwise
|
can also be a bitcoin repo directory you already have on your disk, otherwise
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user