From 445be12cc12edf0d1c534440b41bb82b3e348bd2 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 6 Jan 2014 17:46:01 +0000 Subject: [PATCH] Additional dependencies. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d54a8e9b7..d3ca6b125 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,14 @@ Gav Wood, 2014. secp256k1 implementation: https://github.com/sipa/secp256k1.git Expects secp256k1 directory to be in same path as cpp-ethereum. -(NOTE: secp256k1 requires a development installation of the GMP library.) +(NOTE: secp256k1 requires a development installation of the GMP library and +apparently libcrypto.) A decent C++11 compiler (I use GNU GCC 4.8.1) and a recent version of Boost (I use version 1.53). CMake, version 2.8 or greater. -sudo apt-get install libgmp3-dev libboost-all-dev cmake +sudo apt-get install libgmp3-dev libcrypto++-dev libboost-all-dev cmake ## Building