4593345 [rkeene@sledge /home/rkeene/projects/build]$ cat yasm.txt
# SHORT DESC: Modular Optimizing Assembler
# LONG DESC: Yasm is a complete rewrite of the NASM assembler under the "new" BSD License (some portions are under other licenses). Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats.

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
make install || exit 1
4593346 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:38:46