Home page Models Systems Tools IT staff References
YASM is an assembler for Intel compatible CPUs. It is not used directly for the model development process. It is needed for installing ffmpeg. Here is the YASM main web page.
sudo apt-get update
sudo apt-get -y install yasm
On Macs yasm is installed from source. In the installation instructions below, substitute the actual file name downloaded for YASM in place of yasm-1.1.0, since the YASM version number is likely to have changed.
tar -xvf yasm-1.1.0.tar.gz
This will create a directory call yasm-1.1.0General remarks about using YASM.