Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing/Compiling NASM package on Mac OS X Maverick

I have downloaded the Mac OS X NASM Assembler package from the NASM website and followed the instructions.

These are the instructions: NASM is an auto−configuring package: once you’ve unpacked it, cd to the directory it’s been unpacked into and type ./configure. This shell script will find the best C compiler to use for building NASM and set up Makefiles accordingly.

When I do exactly that I get the error No such file or directory. Has anyone seen and solved this problem? I have seen similar posts but they do not contain an answer. Thank you in advance!

like image 639
Edge Avatar asked Nov 07 '13 07:11

Edge


1 Answers

My stock answer for these types of question is "use macports":

After installation, it's as simple as:

$ sudo port install nasm
like image 84
trojanfoe Avatar answered Oct 06 '22 01:10

trojanfoe