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
./buildconf
you need to install openssl
first, then run the code below.
./configure --with-ssl
make
make test #(optional)
make install