Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
11009825
Topic
997356
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
Quote from: trader19 on April 07, 2015, 02:22:34 PM
Quote from: sologap on April 07, 2015, 02:21:06 PM
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
"
Quote from: rocoro on April 07, 2015, 02:25:35 PM
Quote from: sologap on April 07, 2015, 02:21:06 PM
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