Merge branch 'master' of github.com:kleetus/bitcoind.js

This commit is contained in:
Chris Kleeschulte 2015-07-07 13:51:27 -04:00
commit 8ae0d4a2cb

View File

@ -13,12 +13,10 @@ making all useful bitcoind functions asynchronous (with the exception of the wal
##### Dependencies ##### Dependencies
- Boost - Boost
- Bost Header Files (`/usr/include/boost`) - Boost Header Files (`/usr/include/boost`)
- NOTE: These are now included in the repo if they're not present. - The Boost header files can be from your distro (like Debian or Ubuntu), just be sure to install the "-dev" versions of Boost.
- secp256k1 - OpenSSL headers and libraries (-lcrypto and -lssl), this is used to compile Bitcoin.
- OpenSSL headers and libraries (-lcrypto and -lssl)
- If target platform is Mac OS X, then OS X >= 10.9, Clang and associated linker. - If target platform is Mac OS X, then OS X >= 10.9, Clang and associated linker.
@ -51,8 +49,8 @@ Without `--enable-daemonlib`, the Makefile with compile bitcoind with -fPIE
### bitcoind.js ### bitcoind.js
``` bash ``` bash
$ cd ~/node_modules/bitcoind.js $ cd bitcoind.js
$ BITCOIN_DIR=~/libbitcoind BOOST_INCLUDE=/usr/include/boost PYTHON=/usr/bin/python2.7 make $ node-gyp rebuild
``` ```
#### Running bitcoind.js #### Running bitcoind.js