From c009b8c6401f5fb97c174b85ad626095f95fc2c0 Mon Sep 17 00:00:00 2001 From: Serg Metelin Date: Thu, 14 Sep 2017 00:07:49 +0800 Subject: [PATCH] Move dependencies list to the manual dependencies build section --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6bb406eb9..b24198cc9 100644 --- a/README.md +++ b/README.md @@ -36,17 +36,6 @@ The following instructions overview the process of getting the software, buildin ## Setting up a build/development environment -This project is written primarily in C++14 and uses CMake as its build system. An up-to-date Clang and the latest version of CMake is recommended. - -Dependencies: - -* Clang 4.0.0 -* CMake 3.5.1 -* Boost 1.64 -* OpenSSL -* LLVM 4.0 -* [secp256k1-zkp (Cryptonomex branch)](https://github.com/cryptonomex/secp256k1-zkp.git) -* [binaryen](https://github.com/WebAssembly/binaryen.git) ### Automated build script @@ -92,6 +81,18 @@ Now you can proceed to the next step - [Creating and launching a single-node tes If you prefer to manually build dependencies - follow the steps below. +This project is written primarily in C++14 and uses CMake as its build system. An up-to-date Clang and the latest version of CMake is recommended. + +Dependencies: + +* Clang 4.0.0 +* CMake 3.5.1 +* Boost 1.64 +* OpenSSL +* LLVM 4.0 +* [secp256k1-zkp (Cryptonomex branch)](https://github.com/cryptonomex/secp256k1-zkp.git) +* [binaryen](https://github.com/WebAssembly/binaryen.git) + #### Clean install Ubuntu 16.10 -- GitLab