aboutsummaryrefslogtreecommitdiffstats
path: root/win32/README.win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-09 08:25:06 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-09 08:25:06 +0000
commit9d2711691e932c95b41082aff819abd76a1be540 (patch)
tree1712a18ed9ebb8535e699fc2d417342cdf00db57 /win32/README.win32
parent9a8a2fd294ffa68bfed3d503090366faf0f45964 (diff)
downloadruby-9d2711691e932c95b41082aff819abd76a1be540.tar.gz
* win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x
support. remove --enable/disable-win95 option. * include/ruby/win32.h, file.c, win32/win32.c: ditto. * win32/README.win32: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/README.win32')
-rw-r--r--win32/README.win328
1 files changed, 2 insertions, 6 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index f6a9a718fb..5cae250aec 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -4,9 +4,9 @@
== Requirement
-(1) Windows 2000 or later (NT based kernel).
+(1) Windows XP or later.
-(2) Visual C++ 6.0 or later.
+(2) Visual C++ 6.0 or later. (strongly recommended VC++ 10)
Note: if you want to build x64 or ia64 version, use native compiler for
x64/ia64.
@@ -29,10 +29,6 @@
of cmd.exe. If you want to enable it explicitly, run cmd.exe with /E:ON
option.
-(6) 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.
-
== How to compile and install
(1) Execute win32\configure.bat on your build directory.