Assumes a fresh install of Ubuntu 12.04 LTS.
-
Setup the system to handle compiling and installing from source.
$ sudo apt-get install build-essential
-
If SSL support is needed then we will need to install
libssl-dev
.$ sudo apt-get install libssl-dev