hi all!
I got this error while compiling BT dameon on ubuntu 14,04 LTS:
src/key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
#include "secp256k1.h"
^
compilation terminated.
make: *** [build/key.o] Error 1
Please help me!
Thanks
BitcoinT is dependent upon libsecp256k1 by sipa, the sources for which can be found here:
https://github.com/bitcoin/secp256k1