Skip to content

Instantly share code, notes, and snippets.

@pi3r
Created December 6, 2011 09:05
Show Gist options
  • Save pi3r/1437478 to your computer and use it in GitHub Desktop.
Save pi3r/1437478 to your computer and use it in GitHub Desktop.
Ruby Linux dependencies
$>apt-get installl build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libxml2-dev libxslt-dev
$>ruby-build RUBY_VERSION --with-readline-dir=/usr/local --with-openssl-dir=/usr/include/openssl
@astfarias
Copy link

install*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment