mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] "nmake check" is preferable to "nmake exam" now [ci skip]
[Feature #14187]
This commit is contained in:
parent
9b38c84550
commit
7adc8c79ea
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue