mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
c5158538e7
commit
ea7158919f
2 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Dec 27 15:22:23 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/README.win32: note to need NT based OS to build ruby.
|
||||||
|
|
||||||
Mon Dec 27 12:14:46 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
Mon Dec 27 12:14:46 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* common.mk (EXTMK_ARGS): specify to pass macro V, because nmake
|
* common.mk (EXTMK_ARGS): specify to pass macro V, because nmake
|
||||||
|
|
|
@ -4,12 +4,14 @@
|
||||||
|
|
||||||
== Requirement
|
== 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
|
Note: if you want to build x64 or ia64 version, use native compiler for
|
||||||
x64/ia64.
|
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.
|
to run required commands properly from the command line.
|
||||||
|
|
||||||
Note: building ruby requires following commands.
|
Note: building ruby requires following commands.
|
||||||
|
@ -18,12 +20,12 @@
|
||||||
* lib
|
* lib
|
||||||
* dumpbin
|
* 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
|
* bison
|
||||||
* sed
|
* sed
|
||||||
* ruby 1.8
|
* 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
|
98 and Me), you need unicows.lib at compile time, and unicows.dll
|
||||||
at run time.
|
at run time.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue