mac 下安装编译 yasm

终端命令如下:

curl http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz >yasm.tar.gz

tar xzvf yasm.tar.gz

cd yasm-1.2.0

./configure

make

sudo make install

你可能感兴趣的:(mac 下安装编译 yasm)