Skip to content

Instantly share code, notes, and snippets.

@jadeatucker
Created July 5, 2013 21:08
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 jadeatucker/5937257 to your computer and use it in GitHub Desktop.
Save jadeatucker/5937257 to your computer and use it in GitHub Desktop.
Compiling Ruby 2.1.0dev on Ubuntu 12.04.2 LTS with rbenv install
#!/bin/bash
# This assumes you have rbenv installed with ruby-build
# rbenv (https://github.com/sstephenson/rbenv)
# rbenv ruby-build (https://github.com/sstephenson/ruby-build)
# Dependencies
sudo apt-get install -y build-essential autoconf bison zlib1g-dev \
libreadline-dev libxml2-dev libxslt1-dev
rbenv install 2.1.0-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment