From efd3641f3fc544fb33769efbe9b07da9314af684 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 30 Sep 2015 17:32:08 -0400 Subject: [PATCH] Add prerequisites --- docs/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/index.md b/docs/index.md index 197a8dc1..65869f3f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,13 @@ bitcore-node start Note: For your 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. For more detailed installation instructions, or if you want to compile the project yourself, then please see the [Build & Install](build.md) documentation to build the project from source. +## Prerequisites + +- Node.js v0.12 +- ~100GB of disk storage +- ~1GB of RAM +- Mac OS X >= 10.9, Ubuntu >= 12.04 (libc >= 2.15 and libstdc++ >= 6.0.16) + ## Configuration Bitcore Node includes a Command Line Interface (CLI) for managing, configuring and interfacing with your Bitcore Node.