1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2018-03-19 13:04:22 +00:00
parent 7e199e4156
commit 68f374727a

View file

@ -22,6 +22,7 @@
(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 @@
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