[前][次][番号順一覧][スレッド一覧]

ruby-changes:54772

From: nobu <ko1@a...>
Date: Sat, 2 Feb 2019 16:18:56 +0900 (JST)
Subject: [ruby-changes:54772] nobu:r66991 (trunk): README.win32: update required commands and platform names

nobu	2019-02-02 16:18:50 +0900 (Sat, 02 Feb 2019)

  New Revision: 66991

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66991

  Log:
    README.win32: update required commands and platform names

  Modified files:
    trunk/win32/README.win32
Index: win32/README.win32
===================================================================
--- win32/README.win32	(revision 66990)
+++ win32/README.win32	(revision 66991)
@@ -15,6 +15,7 @@ https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L15
     [Note] building ruby requires following commands.
     * nmake
     * cl
+    * ml
     * lib
     * dumpbin
 
@@ -22,7 +23,7 @@ https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L23
     * bison
     * patch
     * sed
-    * ruby 1.8 or later
+    * ruby 2.0 or later
 
 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
@@ -36,7 +37,10 @@ https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L37
     You can also specify the install directory.
     For example, run `<tt>configure --prefix=<install_directory></tt>'
     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+
     if you want to change the name of the executable files.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]