diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-03-21 13:37:27 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-03-21 13:37:27 -0700 |
commit | a0a8b50540a1dbc9ab447d974e30ab94d6852084 (patch) | |
tree | c2a9ed92921b571623238fdeb3746df96d5c45de /ruby | |
parent | IceGridGUI start minimized in OS X (diff) | |
download | ice-a0a8b50540a1dbc9ab447d974e30ab94d6852084.tar.bz2 ice-a0a8b50540a1dbc9ab447d974e30ab94d6852084.tar.xz ice-a0a8b50540a1dbc9ab447d974e30ab94d6852084.zip |
version fixes
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/BuildInstructionsWindows.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/BuildInstructionsWindows.md b/ruby/BuildInstructionsWindows.md index 44b462588cf..0c12d36f7ab 100644 --- a/ruby/BuildInstructionsWindows.md +++ b/ruby/BuildInstructionsWindows.md @@ -29,8 +29,8 @@ environment: 1. You have installed the Ice 3.6.2 distribution using the ZeroC installer. The default installation directory is `C:\Program Files (x86)\ZeroC\Ice-3.6.2`. -2. You have installed Ruby 2.2.1 using the Windows installer. The default -installation directory is `C:\Ruby221`. +2. You have installed Ruby 2.2.4 using the Windows installer. The default +installation directory is `C:\Ruby224`. 3. You have installed the Ruby Development Kit 4.7.2 in `C:\RubyDevKit-4.7.2`. 4. For 32-bit builds, you have installed mingw 4.7.3 in `C:\mingw-4.7.3`. @@ -41,7 +41,7 @@ relevant path names in the steps below to match your configuration. Open a Windows command prompt and add Ruby to your environment: - > C:\Ruby221\bin\setrbvars.bat + > C:\Ruby224\bin\setrbvars.bat Run the `devkitvars.bat` batch file from the Ruby development kit to setup your environment: |