Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-10-18 19:55:09 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-10-18 20:04:58 +0400
commitd4d1bce5ec18edc53e38eac2d31c046918b05576 (patch)
treeb9b4ec8a0d20a1530a22868de413620495b35060
parent4f2c4699461f407d6d95f6b9dc9cc6ba3e00bf5f (diff)
Skip rdoc to speed up Ruby compilation
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index c3325061d6b..d0be2325aac 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -93,7 +93,7 @@ Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz
cd ruby-2.0.0-p247
- ./configure
+ ./configure --disable-install-rdoc
make
sudo make install