Skip to content

Instantly share code, notes, and snippets.

@jeffutter
Created April 8, 2014 18:53
Show Gist options
  • Save jeffutter/10170867 to your computer and use it in GitHub Desktop.
Save jeffutter/10170867 to your computer and use it in GitHub Desktop.
ruby-build file for github/ruby
# Installing on arch needs this patch and ENV
curl -fsSL https://gist.github.com/mislav/a18b9d7f0dc5b9efc162.txt | RUBY_CONFIGURE_OPTS=--with-readline-dir="/usr/lib/libreadline.so" rbenv install --patch ./github-2.1.1
install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#5fe00cda18ca5daeb43762b80c38e06e" --if needs_yaml
install_package "openssl-1.0.1g" "https://www.openssl.org/source/openssl-1.0.1g.tar.gz#de62b43dfcd858e66a74bee1c834e959" mac_openssl --if has_broken_mac_openssl
install_package "ruby-2_1_1_github1" "https://github.com/github/ruby/archive/v2_1_1_github1.tar.gz" ldflags_dirs autoconf standard verify_openss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment