diff --git a/README.md b/README.md index 6bb406eb9c380f0406bc45a51ec27f6c228acf09..b24198cc9b7ece440f8badbd69e1f08f3ccd9e62 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