Skip to content

Instantly share code, notes, and snippets.

@remi
Created October 17, 2012 21:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remi/3908318 to your computer and use it in GitHub Desktop.
Save remi/3908318 to your computer and use it in GitHub Desktop.
Ruby gems and Ubuntu
  • rmagick: sudo apt-get install imagemagick libmagick9-dev
  • mysql, mysql2: sudo apt-get install libmysqlclient-dev
  • coffee-script: sudo apt-get install nodejs && sudo ln -s /usr/bin/nodejs /usr/local/bin/node
  • thinking-sphinx: sudo apt-get install sphinxsearch
  • nokogiri: sudo apt-get install libxslt-dev libxml2-dev
  • curb: sudo apt-get install libcurl4-openssl-dev
  • sqlite3: sudo apt-get install libsqlite3-ruby libsqlite3-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment