[DOC] "nmake check" is preferable to "nmake exam" now [ci skip]

[Feature #14187]
上级 9b38c845
...@@ -91,7 +91,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]: ...@@ -91,7 +91,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]:
cd \ruby cd \ruby
win32\configure --prefix=/usr/local win32\configure --prefix=/usr/local
nmake nmake
nmake exam nmake check
nmake install nmake install
* Build on the relative directory from the ruby source directory. * 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]: ...@@ -107,7 +107,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]:
cd mswin32 cd mswin32
..\win32\configure --prefix=/usr/local ..\win32\configure --prefix=/usr/local
nmake nmake
nmake exam nmake check
nmake install nmake install
* Build on the different drive. * Build on the different drive.
...@@ -121,7 +121,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]: ...@@ -121,7 +121,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]:
cd D:\build\ruby cd D:\build\ruby
C:\src\ruby\win32\configure --prefix=/usr/local C:\src\ruby\win32\configure --prefix=/usr/local
nmake nmake
nmake exam nmake check
nmake install DESTDIR=C: nmake install DESTDIR=C:
* Build x64 version (requires native x64 VC++ compiler) * 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]: ...@@ -135,7 +135,7 @@ kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]:
cd \ruby cd \ruby
win32\configure --prefix=/usr/local --target=x64-mswin64 win32\configure --prefix=/usr/local --target=x64-mswin64
nmake nmake
nmake exam nmake check
nmake install nmake install
== Bugs == Bugs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册