This is a simple Makefile for compiling the scrypt source as a library.
-
scrypt depends on OpenSSL, so make sure you have it on your system.
-
If you don't trust me, replace
scrypt-1.1.6with your own copy from the source. -
Run
make.
This will compile libscrypt.a and libscrypt.so, and copy the scrypt.h to the repository root.
Since this is a simple Makefile, chances are good that it won't work for you.
Since this is a simple Makefile, you can modify it to fit your needs.