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

ruby-changes:50675

From: usa <ko1@a...>
Date: Mon, 19 Mar 2018 22:04:28 +0900 (JST)
Subject: [ruby-changes:50675] usa:r62840 (trunk): note that patch is required and need to run make up before make

usa	2018-03-19 22:04:22 +0900 (Mon, 19 Mar 2018)

  New Revision: 62840

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

  Log:
    note that patch is required and need to run make up before make
    
    * win32/README.win32: patch(1) is required, and running `make up` before
      `make` is also required.

  Modified files:
    trunk/win32/README.win32
Index: win32/README.win32
===================================================================
--- win32/README.win32	(revision 62839)
+++ win32/README.win32	(revision 62840)
@@ -22,6 +22,7 @@ https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L22
 
 (4) If you want to build from SVN source, following commands are required.
      * bison
+     * patch
      * sed
      * ruby 1.8 or later
 
@@ -44,11 +45,13 @@ https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L45
     And add ((|RUBYW_INSTALL_NAME|)) to change the name of the
     executable without console window if also you want.
 
-(3) Run `((%nmake%))'
+(3) Run `((%nmake up%))'
 
-(4) Run `((%nmake test%))'
+(4) Run `((%nmake%))'
 
-(5) Run `((%nmake install%))'
+(5) Run `((%nmake exam%))'
+
+(6) Run `((%nmake install%))'
 
 == Icons
 

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

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