albertobsd/ecctools

Problem install

ET2200 opened this issue · 4 comments

gcc -O3 -c bloom/bloom.c -o bloom.o
gcc -O3 -c sha256/sha256.c -o sha256.o
gcc -O3 -c base58/base58.c -o base58.o
gcc -O3 -c rmd160/rmd160.c -o rmd160.o
gcc -O3 -c xxhash/xxhash.c -o xxhash.o
gcc -O3 -c gmpecc.c -o gmpecc.o
gmpecc.c:1:10: fatal error: gmp.h: No such file or directory
1 | #include <gmp.h>
| ^~~~~~~
compilation terminated.
make: *** [Makefile:7: default] Error 1

Google: "fatal error: gmp.h: No such file or directory"

where file gmp.h ?

Did you Google it? You need to install libgmpdev