Author: boisvert
Date: Sat Oct 16 04:54:50 2010
New Revision: 1023176
URL: http://svn.apache.org/viewvc?rev=1023176&view=rev
Log:
Update install instructions
Modified:
buildr/trunk/doc/installing.textile
Modified: buildr/trunk/doc/installing.textile
URL:
http://svn.apache.org/viewvc/buildr/trunk/doc/installing.textile?rev=1023176&r1=1023175&r2=1023176&view=diff
==============================================================================
--- buildr/trunk/doc/installing.textile (original)
+++ buildr/trunk/doc/installing.textile Sat Oct 16 04:54:50 2010
@@ -22,8 +22,6 @@ h2(#linux). Installing on Linux
*The easy way:* Use this bash script to "install Buildr on
Linux":scripts/install-linux.sh. This script will install the most recent
version of Buildr, or if already installed, upgrade to the most recent version.
It will also install Ruby 1.8.6 if not already installed (requires @apt-get@,
@yum@ or @urpmi@) and upgrade to RubyGems 1.3.1 or later.
-p(note). At this time, the native Ruby-Java Bridge (RJB) does not work very
well on Linux with JDK 1.6. If you get Segmentation Fault errors with JDK 1.6,
we recommend switching to JDK 1.5.
-
<br>
*In details:* To get started you will need a recent version of Ruby, Ruby Gems
and build tools for compiling native libraries (@make@, @gcc@ and standard
headers).
@@ -41,7 +39,7 @@ On *Ubuntu* you have to install several
$ sudo apt-get install ruby-full ruby1.8-dev libopenssl-ruby build-essential
{% endhighlight %}
-The Debian package for @rubygems@ will not allow you to install Buildr, so you
need to install RubyGems from source:
+If using Ubuntu 9.10 or earlier, the Debian package for @rubygems@ will not
allow you to install Buildr, so you need to install RubyGems from source:
{% highlight sh %}
$ wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz
@@ -61,11 +59,10 @@ To upgrade to a new version or install a
{% highlight sh %}
$ sudo env JAVA_HOME=$JAVA_HOME gem update buildr
-$ sudo env JAVA_HOME=$JAVA_HOME gem install buildr -v 1.3.4
+$ sudo env JAVA_HOME=$JAVA_HOME gem install buildr -v 1.4.3
{% endhighlight %}
-
h2(#osx). Installing on OS X
*The easy way:* Use this script to "install Buildr on OS
X":scripts/install-osx.sh. This script will install the most recent version of
Buildr, or if already installed, upgrade to the most recent version. It will
also install Ruby 1.8.6 if not already installed (using MacPorts/Fink) and
upgrage RubyGems to 1.3.1 or later.