samr7/vanitygen

vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found

jacks0n9 opened this issue · 2 comments

When I cd into the vanitygen directory (mac) and type make, it gives me the error "vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found"

You need to install libssl-dev

sudo apt install libssl-dev