BUILDING.md: Document NASM/Yasm path variables
This was an oversight from the CMake build system overhaul in
libjpeg-turbo 2.0 (6abd39160c).
Closes #580
This commit is contained in:
@@ -20,7 +20,11 @@ Build Requirements
|
|||||||
Mac executables or shared libraries that statically link with
|
Mac executables or shared libraries that statically link with
|
||||||
libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when
|
libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when
|
||||||
building libjpeg-turbo.
|
building libjpeg-turbo.
|
||||||
* If building on Windows, **nasm.exe**/**yasm.exe** should be in your `PATH`.
|
* If NASM or Yasm is not in your `PATH`, then you can specify the full path
|
||||||
|
to the assembler by using either the `CMAKE_ASM_NASM_COMPILER` CMake
|
||||||
|
variable or the `ASM_NASM` environment variable. On Windows, use forward
|
||||||
|
slashes rather than backslashes in the path (for example,
|
||||||
|
**c:/nasm/nasm.exe**).
|
||||||
* NASM and Yasm are located in the CRB (Code Ready Builder) repository on
|
* NASM and Yasm are located in the CRB (Code Ready Builder) repository on
|
||||||
Red Hat Enterprise Linux 8 and in the PowerTools repository on CentOS 8,
|
Red Hat Enterprise Linux 8 and in the PowerTools repository on CentOS 8,
|
||||||
which is not enabled by default.
|
which is not enabled by default.
|
||||||
|
|||||||
Reference in New Issue
Block a user