summaryrefslogtreecommitdiffstats
path: root/development/yasm/README
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-06-14 23:57:36 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-06-14 23:57:36 -0500
commit9e2a44646a74cd6cc490c76d3cbaf5211b3b1026 (patch)
tree67fb1a32667a156a9cd756ded6d7fa3bca9fd7cd /development/yasm/README
parent2e53d783ef73373013940cd74a83ff0a75ecc7c9 (diff)
downloadslackbuilds-9e2a44646a74cd6cc490c76d3cbaf5211b3b1026.tar.gz
slackbuilds-9e2a44646a74cd6cc490c76d3cbaf5211b3b1026.tar.xz
development/yasm: Updated for version 1.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/yasm/README')
-rw-r--r--development/yasm/README18
1 files changed, 8 insertions, 10 deletions
diff --git a/development/yasm/README b/development/yasm/README
index 9840f71a33..94d5ec3122 100644
--- a/development/yasm/README
+++ b/development/yasm/README
@@ -1,11 +1,9 @@
-Yasm is a complete rewrite of the NASM assembler under the "new"
-BSD License (some portions are under other licenses, see COPYING
-for details). Yasm currently supports the x86 and AMD64 instruction
-sets, accepts NASM and GAS assembler syntaxes, outputs binary,
-ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and
-Win64 object formats, and generates source debugging information
-in STABS, DWARF 2, and CodeView? 8 formats.
+Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
+(some portions are under other licenses, see COPYING for details). Yasm
+currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS
+assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O,
+RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging
+information in STABS, DWARF 2, and CodeView? 8 formats.
-Building of the python bindings can be enabled by passing
-PYTHON_BINDINGS=yes to the script. This requires Cython,
-which is also available from SlackBuilds.org.
+If you have Cython installed, you can build the python bindings by passing
+PYTHON_BINDINGS=yes to the script.