ruby-changes:54773
From: nobu <ko1@a...>
Date: Sat, 2 Feb 2019 16:25:13 +0900 (JST)
Subject: [ruby-changes:54773] nobu:r66992 (trunk): README.win32: mention GIT as well as SVN
nobu 2019-02-02 16:25:07 +0900 (Sat, 02 Feb 2019) New Revision: 66992 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66992 Log: README.win32: mention GIT as well as SVN Modified files: trunk/win32/README.win32 Index: win32/README.win32 =================================================================== --- win32/README.win32 (revision 66991) +++ win32/README.win32 (revision 66992) @@ -19,7 +19,8 @@ https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L19 * lib * dumpbin -4. If you want to build from SVN source, following commands are required. +4. If you want to build from SVN or GIT source, following commands + are required. * bison * patch * sed @@ -47,7 +48,8 @@ https://github.com/ruby/ruby/blob/trunk/win32/README.win32#L48 And add _RUBYW_INSTALL_NAME_ to change the name of the executable without console window if also you want. -3. Run `<tt>nmake up</tt>' if you are building from SVN source. +3. Run `<tt>nmake up</tt>' if you are building from SVN or GIT + source. 4. Run `<tt>nmake</tt>' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/