Installing the typhoeus Rubygem on Ubuntu 14.04

Make sure you have libcurl3-dev installed:

sudo apt-get install libcurl3-dev
gem install typhoeus
Dominik Schöler Over 9 years ago