Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

yasm/nasm not found or too old. Use --disable-yasm for a crippled build

Tags:

android

Just install yasm

sudo apt-get install yasm

That worked for me


In order to install yasm on Ubuntu, try this below:

sudo apt-get install yasm

On MacOS

#http://macappstore.org/yasm/
brew install yasm

Install yasm. The command:

sudo yum install yasm

worked on my CentOS server perfectly.