From 0a9e2baef14b6838d886d412f426358f55076d6c Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 11 Dec 2012 20:35:30 -0500 Subject: [PATCH] fix documentation about manually compiling Ruby ./configure doesn't exist by default in repo: use autoconf to create it. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c35ef65c..8f9c896f 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,10 @@ easy to fork and contribute any changes back upstream. $ exec $SHELL -l 5. Install Ruby versions into `~/.rbenv/versions`. For example, to - install Ruby 1.9.3-p327, download and unpack the source, then run: + install Ruby 1.9.2-p327, download and unpack the [source](https://github.com/ruby/ruby), + then run: + $ [ -f ./configure ] || autoconf $ ./configure --prefix=$HOME/.rbenv/versions/1.9.3-p327 $ make $ make install