Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Dusty on January 19, 2014, 04:27:31 PM



Title: Building cpp-ethereum
Post by: Dusty on January 19, 2014, 04:27:31 PM
Hello,
I'm trying to build the ethereum cpp base code on a Debian system but without luck, can anyone be of assistance?

Some of the problems I'm facing:
* I don't know where to put the secp256k1 files exactly
* I'm unable to find libcrypto++, version 5.6.2 (and then I don't know where the sources must go)

Thanks for any help :)


Title: Re: Building cpp-ethereum
Post by: rapport on February 02, 2014, 11:06:04 PM
Do these newer instructions help?  https://github.com/ethereum/cpp-ethereum/wiki/Building


Title: Re: Building cpp-ethereum
Post by: Dusty on February 03, 2014, 08:11:19 PM
Yes, I figured them after some trial&error, thanks anyway!