summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-19 07:38:52 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-19 07:38:52 +0000
commit06d812a71ba3c6525a063257512c9ec007c272cf (patch)
tree256b0b90da3e1a155153530d70881010fa44bfce
parentf9c63857f83cbd427b0b0e57f28c20b1322f78ae (diff)
README/make install may be done by root
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--README6
-rw-r--r--README.jp2
2 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index c8b975429e..47012a3cb2 100644
--- a/README
+++ b/README
@@ -44,11 +44,13 @@ This is what you need to do to compile and install Ruby:
5. Optionally, run 'make test' to check whether the compiled Ruby
interpreter works well. If you see the message "test succeeded",
- your Ruby works as it should (hopefully).
+ your ruby works as it should (hopefully).
6. Run 'make install'
-If you fail to compile Ruby, please send the detailed error report with
+ You may have to be a super user to 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.
* Copying
diff --git a/README.jp b/README.jp
index d1937eabaf..0ef0065925 100644
--- a/README.jp
+++ b/README.jp
@@ -81,6 +81,8 @@ Rubyはテキスト処理関係の能力などに優れ,Perlと同じくらい強力
6. make install
+ rootで作業する必要があるかもしれません.
+
もし,コンパイル時にエラーが発生した場合にはエラーのログとマ
シン,OSの種類を含むできるだけ詳しいレポートを作者に送ってく
ださると他の方のためにもなります.