From 24ada5f55ef795b47b2d34c25450805ea4c2df14 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 31 Oct 2007 15:53:19 +0000 Subject: * win32/configure.bat, setup.mak: now can recognize OS even if the ``--target'' option of configure is omitted. * win32/README.win32: update the descriptions about compiler. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/README.win32 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'win32/README.win32') diff --git a/win32/README.win32 b/win32/README.win32 index e549e70f65..b1f016e830 100644 --- a/win32/README.win32 +++ b/win32/README.win32 @@ -6,6 +6,9 @@ (1) Visual C++ 5.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})) to run required commands properly from the command line. @@ -24,7 +27,7 @@ (1) Execute win32\configure.bat on your build directory. You can specify the target platform as an argument. - For example, run `((%configure i686-mswin32%))' + For example, run `((%configure --target=i686-mswin32%))' You can also specify the install directory. For example, run `((%configure --prefix=%))' Default of the install directory is /usr . -- cgit v1.2.3