Created
October 28, 2009 21:23
-
-
Save cypher/220856 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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