aboutsummaryrefslogtreecommitdiffstats
path: root/win32/README.win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-26 16:01:51 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-26 16:01:51 +0000
commit79d42a8831cc85dd8f956b54cee78990d184b34a (patch)
tree2c08a998274cb4bb52b85136a97d06527c97f4f2 /win32/README.win32
parent4491b98c651afbb2f9b3e88fbb8eb4a96bf23e6e (diff)
downloadruby-79d42a8831cc85dd8f956b54cee78990d184b34a.tar.gz
* README: mention about README.win32.
* win32/README.win32: small changes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/README.win32')
-rw-r--r--win32/README.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index d31814bd0f..78959ad310 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -6,7 +6,7 @@
(1) Windows XP or later.
-(2) Visual C++ 6.0 or later. (strongly recommended VC++ 10)
+(2) Visual C++ 6.0 or later. (strongly recommended VC++ 10 or later)
Note: if you want to build x64 or ia64 version, use native compiler for
x64/ia64.
@@ -23,7 +23,7 @@
(4) If you want to build from SVN source, following commands are required.
* bison
* sed
- * ruby 1.8
+ * ruby 1.8 or later
(5) Enable Command Extension of your command line. It's the default behavior
of cmd.exe. If you want to enable it explicitly, run cmd.exe with /E:ON