Skip to content

Instantly share code, notes, and snippets.

@Maxoos
Forked from fabioyamate/curb_ubuntu.txt
Created March 22, 2013 00:18
Show Gist options
  • Save Maxoos/5217999 to your computer and use it in GitHub Desktop.
Save Maxoos/5217999 to your computer and use it in GitHub Desktop.
# installing curb gem on Ubuntu require libcurl
sudo apt-get install libcurl3-dev
Or new version, but it conflicts if some libraries.
sudo apt-get install libcurl4-dev
(some other packages libcurl4-openssl-dev libcurl4-gnutls-dev)
gem install curb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment