mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* README (install): note about distclean-ext.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
91c6d576b6
commit
dbdaf98cb8
1 changed files with 4 additions and 0 deletions
4
README
4
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue