I got NASM for MacOS from
http://www.nasm.us/pub/nasm/releasebuilds/2.11.06/macosx/
How to do I install this specific version of NASM?
I know that I can do a brew install nasm
. But I dont want the latest version. I want to install NASM 2.11.06
for MacOS.
How should I install the nasm-2.11.06-macosx.zip
that I have downloaded?
Environment:
I am running MacOS Sierra.
All you would need to do is:
PATH
statement to include the location you unzipped the version you downloadednasm -v
to confirm it is found and you have the right version you want