Sha256: b40146727ec0fe2d629ef7c56e4d6f1b9be426c56d7855ec49ca9088dd9af341
Contents?: true
Size: 1018 Bytes
Versions: 8
Compression:
Stored size: 1018 Bytes
Contents
# ruby-build needs some extra packages to compile/install ruby runtimes # curl is required. # patch is required (for ree, some ruby head's). # For JRuby (if you wish to use it) you will need: # aptitude install curl sun-java6-bin sun-java6-jre sun-java6-jdk # For MRI & ree (if you wish to use it) you will need: # aptitude install curl bison build-essential zlib1g-dev libssl-dev libreadline5-dev libxml2-dev git-core # For IronRuby (if you wish to use it) you will need: # aptitude install curl mono-2.0-devel packages: [build-essential, git-core, subversion, curl, autoconf, bison, ruby, zlib1g-dev, libssl-dev, libreadline6-dev, libxml2-dev, libyaml-dev] # REQUIRED: The version of ruby-build to use for building ruby. ruby_build_version: 20130501 # REQUIRED: Set to the version string for the ruby version you wish to use # Run "ruby-build --definitions" to see the list of possible options ruby_version: 1.9.3-p392 # REQUIRED: Installation path for ruby. ruby_path: "/usr/local/rubies/#{ruby_version}"
Version data entries
8 entries across 8 versions & 1 rubygems