Skip to content

Commit

Permalink
[DOC] "nmake check" is preferable to "nmake exam" now [ci skip]
Browse files Browse the repository at this point in the history
[Feature #14187]
  • Loading branch information
nobu committed Aug 3, 2019
1 parent 9b38c84 commit 7adc8c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions win32/README.win32
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 7adc8c7

Please sign in to comment.