You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/05/05 00:26:23 UTC

svn commit: r535396 - /incubator/ode/trunk/BUILDING

Author: mriou
Date: Fri May  4 15:26:21 2007
New Revision: 535396

URL: http://svn.apache.org/viewvc?view=rev&rev=535396
Log:
Wrong Ruby version.

Modified:
    incubator/ode/trunk/BUILDING

Modified: incubator/ode/trunk/BUILDING
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/BUILDING?view=diff&rev=535396&r1=535395&r2=535396
==============================================================================
--- incubator/ode/trunk/BUILDING (original)
+++ incubator/ode/trunk/BUILDING Fri May  4 15:26:21 2007
@@ -18,7 +18,7 @@
 
 Buildr requires a Ruby interpreter. If you're running Linux or Mac OS you most probably already have Ruby installed on your machine. For Winows user Ruby installation is very simple. You will need the following:
 
- * Ruby 1.9 or later with RubyGems 0.9 or later. For Windows users using the Ruby One-Click Installer is the easiest (http://rubyforge.org/projects/rubyinstaller/). For Linux or Mac OS users, a Ruby interpreter is usually preinstalled. Just make sure to have the ruby-dev package (mkmf is needed for RJB).
+ * Ruby 1.8.x with RubyGems 0.9 or later. For Windows users using the Ruby One-Click Installer is the easiest (http://rubyforge.org/projects/rubyinstaller/). For Linux or Mac OS users, a Ruby interpreter is usually preinstalled. Just make sure to have the ruby-dev package (mkmf is needed for RJB).
 
  * Buildr. Install it by running 'gem install buildr'. A proper JAVA_HOME environment variable must be set. Make sure to choose either win32 or ruby platforms (don't choose java for Antwrap, that's JRuby).