summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNAKAMURA Usaku <usa@ruby-lang.org>2019-04-22 11:33:56 +0900
committerNAKAMURA Usaku <usa@ruby-lang.org>2019-04-22 11:33:56 +0900
commitbeaddd1d327a1c6fe16ab2c84191251280657e48 (patch)
tree05a3486bf27196fdf5bc4cc8eb2f7e659ed5f166 /win32
parentb26a7c8d86d8a750a0124340a6d6c1010b768ab2 (diff)
Now only supports Git repository
Diffstat (limited to 'win32')
-rw-r--r--win32/README.win3214
1 files changed, 6 insertions, 8 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index 265d2260ce..18d03815b2 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -21,8 +21,7 @@
* lib
* dumpbin
-4. If you want to build from SVN or GIT source, following commands
- are required.
+4. If you want to build from GIT source, following commands are required.
* bison
* patch
* sed
@@ -50,8 +49,7 @@
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 or GIT
- source.
+3. Run `<tt>nmake up</tt>' if you are building from GIT source.
4. Run `<tt>nmake</tt>'
@@ -89,7 +87,7 @@ in Japanese, but you can download at least.
cd \ruby
win32\configure --prefix=/usr/local
nmake
- nmake test
+ nmake exam
nmake install
* Build on the relative directory from the ruby source directory.
@@ -105,7 +103,7 @@ in Japanese, but you can download at least.
cd mswin32
..\win32\configure --prefix=/usr/local
nmake
- nmake test
+ nmake exam
nmake install
* Build on the different drive.
@@ -119,7 +117,7 @@ in Japanese, but you can download at least.
cd D:\build\ruby
C:\src\ruby\win32\configure --prefix=/usr/local
nmake
- nmake test
+ nmake exam
nmake install DESTDIR=C:
* Build x64 version (requires native x64 VC++ compiler)
@@ -133,7 +131,7 @@ in Japanese, but you can download at least.
cd \ruby
win32\configure --prefix=/usr/local --target=x64-mswin64
nmake
- nmake test
+ nmake exam
nmake install
== Bugs