summaryrefslogtreecommitdiff
path: root/win32/README.win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-19 13:04:22 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-19 13:04:22 +0000
commit68f374727ae772476d617af9f059e9b66e8176fb (patch)
treedfe3399a666e86228780be813d1b4e62600427b2 /win32/README.win32
parent7e199e4156d57c696ae56f711b7a5af68277cd7e (diff)
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
Diffstat (limited to 'win32/README.win32')
-rw-r--r--win32/README.win329
1 files changed, 6 insertions, 3 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index 314feb39cc..843a31cfa5 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -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