summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-08 02:18:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-08 02:18:46 +0000
commitdbdaf98cb8a422c79751333697480376375c1684 (patch)
tree49d287ebebe36f1a7e5f246eb1876fce22c76b17 /README
parent91c6d576b676a6b311ba1d74e0d967d88eac7933 (diff)
* README (install): note about distclean-ext.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 2de785d86e..d3a17e7631 100644
--- a/README
+++ b/README
@@ -132,6 +132,10 @@ This is what you need to do to compile and install Ruby:
If you fail to compile ruby, please send the detailed error report with
the error log and machine/OS type, to help others.
+Some extension libraries may not get compiled because of lack of
+necessary external libraries and/or headers, then you will need to run
+'<tt>make distclean-ext</tt>' to remove old configuration after
+installing them in such case.
== Copying