README.win32: update required commands and platform names
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
33d026034e
commit
c2781525ec
@ -15,6 +15,7 @@
|
|||||||
[Note] building ruby requires following commands.
|
[Note] building ruby requires following commands.
|
||||||
* nmake
|
* nmake
|
||||||
* cl
|
* cl
|
||||||
|
* ml
|
||||||
* lib
|
* lib
|
||||||
* dumpbin
|
* dumpbin
|
||||||
|
|
||||||
@ -22,7 +23,7 @@
|
|||||||
* bison
|
* bison
|
||||||
* patch
|
* patch
|
||||||
* sed
|
* sed
|
||||||
* ruby 1.8 or later
|
* ruby 2.0 or later
|
||||||
|
|
||||||
5. Enable Command Extension of your command line. It's the default behavior
|
5. Enable Command Extension of your command line. It's the default behavior
|
||||||
of +cmd.exe+. If you want to enable it explicitly, run +cmd.exe+ with
|
of +cmd.exe+. If you want to enable it explicitly, run +cmd.exe+ with
|
||||||
@ -36,7 +37,10 @@
|
|||||||
You can also specify the install directory.
|
You can also specify the install directory.
|
||||||
For example, run `<tt>configure --prefix=<install_directory></tt>'
|
For example, run `<tt>configure --prefix=<install_directory></tt>'
|
||||||
Default of the install directory is /usr .
|
Default of the install directory is /usr .
|
||||||
The default _PLATFORM_ is `+i386-mswin32+'.
|
The default _PLATFORM_ is `+i386-mswin32_+_MSRTVERSION_' on 32-bit
|
||||||
|
platforms, or `+x64-mswin64_+_MSRTVERSION_' on x64 platforms.
|
||||||
|
_MSRTVERSION_ is the 2- or 3-digits version of the Microsoft
|
||||||
|
Runtime Library.
|
||||||
|
|
||||||
2. Change _RUBY_INSTALL_NAME_ and _RUBY_SO_NAME_ in +Makefile+
|
2. Change _RUBY_INSTALL_NAME_ and _RUBY_SO_NAME_ in +Makefile+
|
||||||
if you want to change the name of the executable files.
|
if you want to change the name of the executable files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user