Photo by

1. Get the config file

./buildconf

2. Config with openssl

you need to install openssl first, then run the code below.

./configure --with-ssl
make
make test #(optional)
make install