Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cypher/220856 to your computer and use it in GitHub Desktop.
Save cypher/220856 to your computer and use it in GitHub Desktop.
From 6a9579d52d531a29ea1b8bc9e9dbb61385f53197 Mon Sep 17 00:00:00 2001
From: Markus Prinz <[email protected]>
Date: Wed, 28 Oct 2009 22:21:02 +0100
Subject: [PATCH] You have to run ./configure before running rake when compiling Rubinius for the first time
---
doc/getting_started.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/doc/getting_started.txt b/doc/getting_started.txt
index 1d6b566..d08257b 100644
--- a/doc/getting_started.txt
+++ b/doc/getting_started.txt
@@ -10,6 +10,7 @@ next section.
1. Install Git
1. Clone rubinius: <tt>git clone git://github.com/evanphx/rubinius.git</tt>
1. cd to your rubinius checkout
+1. `./configure`
1. `rake`
1. `bin/rbx -v`
--
1.6.5.2.74.g610f9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment