From 175d3d22da986e4ff3a721c6777e2016e9aa258d Mon Sep 17 00:00:00 2001 From: Vikram Rajkumar Date: Wed, 26 Apr 2017 12:47:43 -0500 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 70be3650..01e0461b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ Getting Started Build instructions and additional documentation are available in the [wiki](https://github.com/bitshares/bitshares-core/wiki). +We recommend building on Ubuntu 16.04 LTS, and the build dependencies may be installed with: + + sudo apt-get update + sudo apt-get install autoconf cmake git libboost-all-dev libssl-dev + To build after all dependencies are installed: git clone https://github.com/bitshares/bitshares-core.git