mac 下安装编译 yasm

yasm 安装 (汇编编译器)

tar zxvf yasm-1.2.0.tar.gz

cd yasm-1.2.0/

cat INSTALL

./configure --prefix=/usr/local/yasm

make

make install

export PATH="$PATH:/usr/local/yasm/bin"

/etc/profile 文件末尾添加export PATH="$PATH:/usr/local/yasm/bin"

---------------------------------------------

mac 下用 sudo make install 获取管理员权限安装。

猜你喜欢

转载自blog.csdn.net/ago_lei/article/details/82084216
今日推荐