NASM (Netwide Assembler) is an 80x86 assembler designed for portability and modularity. It includes a disassembler as well.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://www.nasm.us/pub/nasm/releasebuilds/2.11.06/nasm-2.11.06.tar.xz
Download MD5 sum: 2b958e9f5d200641e6fc9564977aecc5
Download size: 748 KB
Estimated disk space required: 19 MB (additional 8 MB for the documentation)
Estimated build time: 0.1 SBU
Optional documentation: http://www.nasm.us/pub/nasm/releasebuilds/2.11.06/nasm-2.11.06-xdoc.tar.xz
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nasm
If you downloaded the optional documentation, put it into the source tree:
tar -xf ../nasm-2.11.06-xdoc.tar.xz --strip-components=1
Install NASM by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
If you downloaded the optional documentation, install it with the
following instructions as the root
user:
install -m755 -d /usr/share/doc/nasm-2.11.06/html && cp -v doc/html/*.html /usr/share/doc/nasm-2.11.06/html && cp -v doc/*.{txt,ps,pdf} /usr/share/doc/nasm-2.11.06 && cp -v doc/info/* /usr/share/info && install-info /usr/share/info/nasm.info /usr/share/info/dir
Last updated on 2015-02-20 19:16:55 -0800