aboutsummaryrefslogtreecommitdiffstats
path: root/win32/README.win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-27 06:23:19 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-27 06:23:19 +0000
commitea7158919f20745bbd2c633f4a835b7f79c9d1b4 (patch)
treeb0eaa1a19939d95d10739d748fc9f2f849946ce1 /win32/README.win32
parentc5158538e7b60d9339f64432257f5d6e632e8e7f (diff)
downloadruby-ea7158919f20745bbd2c633f4a835b7f79c9d1b4.tar.gz
* win32/README.win32: note to need NT based OS to build ruby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/README.win32')
-rw-r--r--win32/README.win3210
1 files changed, 6 insertions, 4 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index 423cc0d494..0737f1b8fc 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -4,12 +4,14 @@
== Requirement
-(1) Visual C++ 6.0 or later.
+(1) Windows 2000 or later (NT based kernel).
+
+(2) Visual C++ 6.0 or later.
Note: if you want to build x64 or ia64 version, use native compiler for
x64/ia64.
-(2) Please set environment variable (({INCLUDE})), (({LIB})), (({PATH}))
+(3) Please set environment variable (({INCLUDE})), (({LIB})), (({PATH}))
to run required commands properly from the command line.
Note: building ruby requires following commands.
@@ -18,12 +20,12 @@
* lib
* dumpbin
-(3) If you want to build from SVN source, following commands are required.
+(4) If you want to build from SVN source, following commands are required.
* bison
* sed
* ruby 1.8
-(4) If you want built binaries to run on Windows 95 series (including
+(5) If you want built binaries to run on Windows 95 series (including
98 and Me), you need unicows.lib at compile time, and unicows.dll
at run time.