]> granicus.if.org Git - libjpeg-turbo/commitdiff
BUILDING.md: More NASM/YASM clarifications
authorDRC <information@libjpeg-turbo.org>
Wed, 1 Jun 2016 03:48:52 +0000 (22:48 -0500)
committerDRC <information@libjpeg-turbo.org>
Wed, 1 Jun 2016 03:48:52 +0000 (22:48 -0500)
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

index a0af863f2c858a80852727c02bb192b9641a21cb..53228737f63e07e591a7d0d005bd25eaea461a22 100644 (file)
@@ -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