Take the 2008 Git User's Survey and help out! [ hide ]

public
Fork of evanphx/rubinius
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/rue/rubinius.git
Search Repo:
Updated INSTALL with instructions for getting RubySpec sources.
brixen (author)
Mon May 12 14:55:21 -0700 2008
commit  cda8e975ab83cdaf6e17e8667e063c5c6185bbcf
tree    cae47c4e4a89b47dd068cf4b827a512510bec6ee
parent  69002dda8236c170ad1f99f573aca439199df624
...
51
52
53
 
 
 
 
 
 
 
 
 
 
 
 
54
55
56
...
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
0
@@ -51,6 +51,18 @@ Rubinius can also be cloned via github:
0
 
0
   git clone git://github.com/evanphx/rubinius.git rubinius
0
 
0
+== Getting the RubySpec submodules
0
+
0
+You need to fetch the source for MSpec and the RubySpec submodules manually.
0
+After running 'git clone' above, run:
0
+
0
+ rake spec:update
0
+
0
+The spec:update task is also a dependency of the git:update task. So, if you
0
+use the rake tasks for updating your Rubinius sources, the MSpec and RubySpec
0
+source will automatically be updated. If you use the git commands manually,
0
+you will need to run rake spec:update also.
0
+
0
 == Compiling Rubinius
0
 
0
 Once you have all the prerequisites installed, building rubinius is as simple

Comments

    No one has commented yet.