Skip to content

Instantly share code, notes, and snippets.

@cofemei
Created April 20, 2011 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cofemei/933318 to your computer and use it in GitHub Desktop.
Save cofemei/933318 to your computer and use it in GitHub Desktop.
# rvm bootstrap
apt-get -q -y update
apt-get -q -y install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libmysqlclient-dev libmysqlclient16
apt-get -q -y install git-core curl
apt-get -q -y install clang
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
rvm install ree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment