You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2008/07/26 00:17:50 UTC

svn commit: r679910 - /ode/trunk/BUILDING

Author: boisvert
Date: Fri Jul 25 15:17:50 2008
New Revision: 679910

URL: http://svn.apache.org/viewvc?rev=679910&view=rev
Log:
buildr s/1.2.4/1.3.1/

Modified:
    ode/trunk/BUILDING

Modified: ode/trunk/BUILDING
URL: http://svn.apache.org/viewvc/ode/trunk/BUILDING?rev=679910&r1=679909&r2=679910&view=diff
==============================================================================
--- ode/trunk/BUILDING (original)
+++ ode/trunk/BUILDING Fri Jul 25 15:17:50 2008
@@ -20,7 +20,7 @@
 
  * 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 -v 1.2.4'. 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).
+ * Buildr. Install it by running 'gem install buildr -v 1.3.1'. 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).
 
 Building is then pretty simple. Open a command in the source root directory and run: