From 549eea419a19d6d91bcbbb06647c0bf5d1463535 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Wed, 12 Aug 2015 14:50:02 -0400 Subject: [PATCH 1/2] Added a note about distributing binaries at the top of the README just in case someone is reading the README from npm or otherwise using the binaries. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68853444..3896dcf6 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ git clone https://github.com/bitpay/bitcore-node.git cd bitcore-node npm install ``` -Note: Please see detailed instructions below for complete build details and dependencies needed for installation. +Note: For convenience, we distribute bianries for x86_64 Linux and x86_64 Mac OS X. Upon npm install, the binaries for your platform will be downloaded. This greatly speeds up the process of using this project. If you don't want to compile the project for yourself, then please skip down to "Example Usage" section for next steps. Please see detailed instructions below for complete build details and dependencies needed for installation if you choose to build the project from source. ## Build & Install -There are two main parts of the build, compiling Bitcoin Core and the Node.js bindings. +There are two main parts of the build, compiling Bitcoin Core as a static library and the Node.js bindings. ### Ubuntu 14.04 (Unix/Linux) From f168b021bf9de9da88b6cd3b30b298513ed0003d Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Wed, 12 Aug 2015 16:57:50 -0400 Subject: [PATCH 2/2] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3896dcf6..c6b7525b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ git clone https://github.com/bitpay/bitcore-node.git cd bitcore-node npm install ``` -Note: For convenience, we distribute bianries for x86_64 Linux and x86_64 Mac OS X. Upon npm install, the binaries for your platform will be downloaded. This greatly speeds up the process of using this project. If you don't want to compile the project for yourself, then please skip down to "Example Usage" section for next steps. Please see detailed instructions below for complete build details and dependencies needed for installation if you choose to build the project from source. +Note: For convenience, we distribute binaries for x86_64 Linux and x86_64 Mac OS X. Upon npm install, the binaries for your platform will be downloaded. This greatly speeds up the process of using this project. If you don't want to compile the project for yourself, then please skip down to "Example Usage" section for next steps. Please see detailed instructions below for complete build details and dependencies needed for installation if you choose to build the project from source. ## Build & Install