Commit d4d1bce5ec18edc53e38eac2d31c046918b05576
1 parent
4f2c4699
Exists in
master
and in
4 other branches
Skip rdoc to speed up Ruby compilation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -93,7 +93,7 @@ Download Ruby and compile it: |
93 | 93 | mkdir /tmp/ruby && cd /tmp/ruby |
94 | 94 | curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz |
95 | 95 | cd ruby-2.0.0-p247 |
96 | - ./configure | |
96 | + ./configure --disable-install-rdoc | |
97 | 97 | make |
98 | 98 | sudo make install |
99 | 99 | ... | ... |