Skip to content

Commit

Permalink
BUILDING.md: More NASM/YASM clarifications
Browse files Browse the repository at this point in the history
28d1a13 introduced the line
"nasm.exe should be in your PATH".  This commit corrects an oversight in
8f1c0a6 /
e5091f2 whereby this line should have
been extended to include yasm.exe.
  • Loading branch information
dcommander committed Jun 1, 2016
1 parent 123f725 commit 1d50a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Build Requirements
- [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
* If using NASM, 0.98 or later is required for an x86 build.
* If using NASM, 2.05 or later is required for an x86-64 build.
* nasm.exe should be in your `PATH`.
* nasm.exe/yasm.exe should be in your `PATH`.

- Microsoft Visual C++ 2005 or later

Expand Down

0 comments on commit 1d50a8c

Please sign in to comment.