Author: boisvert
Date: Thu Dec 17 18:17:57 2009
New Revision: 891818
URL: http://svn.apache.org/viewvc?rev=891818&view=rev
Log:
Mention installation of devkit for Windows (Will Rogers)
Modified:
buildr/trunk/doc/installing.textile
Modified: buildr/trunk/doc/installing.textile
URL:
http://svn.apache.org/viewvc/buildr/trunk/doc/installing.textile?rev=891818&r1=891817&r2=891818&view=diff
==============================================================================
--- buildr/trunk/doc/installing.textile (original)
+++ buildr/trunk/doc/installing.textile Thu Dec 17 18:17:57 2009
@@ -106,6 +106,8 @@
*The easy way:* The easiest way to install Ruby is using the "one-click
installer":http://rubyinstaller.rubyforge.org/. Once installed, set the
@JAVA_HOME@ environment variable and run @gem install bui...@.
+Note: You may have to install the development kit in order to compile the
native Ruby-to-Java bridge. See "this
post":http://programming-gone-awry.blogspot.com/2009/05/ruby-19-one-click-installer.html
for steps to achieve this.
+
<br>
*In details:* We recommend you first upgrade to the latest version of Ruby
gems:
@@ -127,7 +129,6 @@
> gem install buildr -v 1.3.4
{% endhighlight %}
-
h2(#jruby). Installing for JRuby
*The easy way:* Use this bash script to "install Buildr on
JRuby":scripts/install-jruby.sh. This script will install the most recent
version of Buildr, or if already installed, upgrade to the most recent version.
If necessary, it will also install JRuby 1.1.6 in @/opt/jruby@ and update the
@PATH@ variable in @~/.bash_profile@ or @~/.prof...@.