From 1d50a8cd08b65e2b9bfceb877302a59046179863 Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 31 May 2016 22:48:52 -0500 Subject: [PATCH] BUILDING.md: More NASM/YASM clarifications 28d1a1300c6be7fc8614ed827eb56cd97cf84e76 introduced the line "nasm.exe should be in your PATH". This commit corrects an oversight in 8f1c0a681cd34e8e80ba7b06f356d6080a7172c9 / e5091f2cf3b6ba747907012146df93df0d01ec85 whereby this line should have been extended to include yasm.exe. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index a0af863f2..53228737f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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