Author: mriou Date: Fri May 4 15:24:44 2007 New Revision: 535395 URL: http://svn.apache.org/viewvc?view=rev&rev=535395 Log: Few corrections.
Modified: incubator/ode/trunk/BUILDING Modified: incubator/ode/trunk/BUILDING URL: http://svn.apache.org/viewvc/incubator/ode/trunk/BUILDING?view=diff&rev=535395&r1=535394&r2=535395 ============================================================================== --- incubator/ode/trunk/BUILDING (original) +++ incubator/ode/trunk/BUILDING Fri May 4 15:24:44 2007 @@ -16,10 +16,11 @@ Building With Buildr -------------------- -If you already have Ruby installed on your machine (which is true for most Linux and Mac computers), you will probably find building with Buildr easier. You will need to following things: +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. As mentioned, you probably already have this installed. 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'. You will need to have a proper JAVA_HOME environment variable. Make sure to choose either win32 or ruby platforms (don't choose java for Antwrap, that's JRuby). + * 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). + + * 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). Building is then pretty simple. Open a command in the source root directory and run: