Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
by
sologap
on 07/04/2015, 14:29:40 UTC
how to compile craved ? im getting :

Code:
key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
compilation terminated.
you need to install secp256k1 first "git clone https://github.com/bitcoin/secp256k1"


how to compile craved ? im getting :

Code:
key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
compilation terminated.

If you read on the source page...
Quote
CRAVE is dependent upon libsecp256k1 by sipa, the sources for which can be found here: https://github.com/bitcoin/secp256k1

So you have to set up that first.



thanks