trying to compile daemon on ubuntu 14.04 all other wallet are compiling properly shell gives the below given error:
key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
#include
^
compilation terminated.
make: *** [obj/key.o] Error 1
any info about the same
u have to build
https://github.com/bitcoin/secp256k1thanks for reply bro.
tried to build it :using:
git clone git://github.com/bitcoin/secp256k1.git
cd secp256k1
./autogen.sh
getting error:
./autogen.sh: line 3: autoreconf: command not found