diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-08-04 08:15:05 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-08-04 08:15:05 +0900 |
commit | 7adc8c79eaf40521a290ecdc7aa0a8490a95f87a (patch) | |
tree | 54bdd5dedfb6a791d70ccc486c6e1a612fb40682 | |
parent | 9b38c845508a4184882580abb3b6cc4fcd1dd57f (diff) |
[DOC] "nmake check" is preferable to "nmake exam" now [ci skip]
[Feature #14187]
-rw-r--r-- | win32/README.win32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/README.win32 b/win32/README.win32 index 5f16178f9b..e5a754db05 100644 --- a/win32/README.win32 +++ b/win32/README.win32 @@ -91,7 +91,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]: cd \ruby win32\configure --prefix=/usr/local nmake - nmake exam + nmake check nmake install * Build on the relative directory from the ruby source directory. @@ -107,7 +107,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]: cd mswin32 ..\win32\configure --prefix=/usr/local nmake - nmake exam + nmake check nmake install * Build on the different drive. @@ -121,7 +121,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]: cd D:\build\ruby C:\src\ruby\win32\configure --prefix=/usr/local nmake - nmake exam + nmake check nmake install DESTDIR=C: * Build x64 version (requires native x64 VC++ compiler) @@ -135,7 +135,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]: cd \ruby win32\configure --prefix=/usr/local --target=x64-mswin64 nmake - nmake exam + nmake check nmake install == Bugs |