summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2019-10-11 12:08:11 +0200
committerBenoit Foucher <benoit@zeroc.com>2019-10-11 12:08:25 +0200
commitf47df588b6824cb995c87818e4b495689fd42d55 (patch)
treeb3adb7135df83fd97be32bf254ab7ca0d0fb8132 /ruby
parentFixed typos (diff)
downloadice-f47df588b6824cb995c87818e4b495689fd42d55.tar.bz2
ice-f47df588b6824cb995c87818e4b495689fd42d55.tar.xz
ice-f47df588b6824cb995c87818e4b495689fd42d55.zip
Minor fixes to documentation files
Diffstat (limited to 'ruby')
-rw-r--r--ruby/README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/ruby/README.md b/ruby/README.md
index b362c5475a1..fb8b982f8f0 100644
--- a/ruby/README.md
+++ b/ruby/README.md
@@ -38,12 +38,6 @@ ruby-libs (RHEL)
The instructions for compiling the Ice extension assume that you have already
installed Ruby.
-If you installed Ruby in a non-standard location, set the `RUBY_HOME`
-environment variable to the installation directory. For example:
-```
-export RUBY_HOME=/opt/ruby
-```
-
The build of Ice for Ruby requires that you first build Ice for C++ in the
`cpp` subdirectory.
@@ -68,7 +62,8 @@ This process uses the `prefix` variable in `../config/Make.rules` as the
installation's root directory. The subdirectory `<prefix>/ruby` is created as a
copy of the local `ruby` directory and contains the Ice for Ruby extension
library as well as Ruby source code. Using this installation method requires
-that you modify your environment as described in *Using Ice for Ruby* below.
+that you modify your environment as described in *Configuring your Environment
+for Ruby* below.
Another option is to copy the contents of the local `ruby` directory to your
Ruby installation's `site_ruby` directory. For example, if you installed Ruby