Compdigitec Labs

« | Home | »

Updated version of YASM v1.1.0 for Ubuntu

By admin | October 24, 2011

The version of YASM provided with Ubuntu 10.04 is a bit outdated (0.8, updated in 2009) and is not sufficient enough to compile Mozilla Firefox. Therefore we have decided to compile an updated package of YASM v1.1.0 instead.

Download

Compile your own copy
wget http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz -O- | tar zxvf -
cd yasm-1.1.0
./configure --disable-nls --prefix=/usr
make
make install
yasm --version
#yasm 1.1.0.2352
#Compiled on Oct 23 2011.
#Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.
#Run yasm --license for licensing overview and summary.

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: Linux | 1 Comment »

One Response to “Updated version of YASM v1.1.0 for Ubuntu”

  1. Launching multiple Virtual Machines on Ubuntu using vmbuilder & virsh : James Smith Says:
    October 3rd, 2012 at 09:04

    […] Use this guide to install yasm: http://www.compdigitec.com/labs/2011/10/24/updated-version-of-yasm-v1-1-0-for-ubuntu/ […]

Comments