summaryrefslogtreecommitdiff
path: root/win32/README.win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-31 15:53:19 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-31 15:53:19 +0000
commit24ada5f55ef795b47b2d34c25450805ea4c2df14 (patch)
tree866ff34898c7d91e85444cc1c1243d93eb08a96e /win32/README.win32
parentd2a1637d904768bf7833e211609421af9888ad78 (diff)
* 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
Diffstat (limited to 'win32/README.win32')
-rw-r--r--win32/README.win325
1 files changed, 4 insertions, 1 deletions
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=<install_directory>%))'
Default of the install directory is /usr .