A Makefile describes the results of checking the system-specific features and information required for the installation target.
1
sudo ./configure –with-ssl=openssl
If you don’t add the --with-ssl=openssl option, you’ll get an error like the following and won’t be able to install: configure: error: –with-ssl was given, but GNUTLS is not available.
Compile the source files based on the Makefile
1
sudo make
Install
1
sudo make install
As a test, run the following, and if “index.html” gets downloaded, you’re all set!