summaryrefslogtreecommitdiff
path: root/development/yasm/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2010-04-18 10:27:58 -0500
committerErik Hanson <erik@slackbuilds.org>2010-05-15 10:38:23 +0200
commited476a1a248ea7a56ff48bdf35bfaecd71571461 (patch)
tree131a026ac721b09d8cb0c9664586c094eb73c377 /development/yasm/README
parent7f776bc9ffdf483393d0d97751b7b29efb3c47e3 (diff)
downloadslackbuilds-ed476a1a248ea7a56ff48bdf35bfaecd71571461.tar.gz
development/yasm: Updated for version 1.0.0.
Diffstat (limited to 'development/yasm/README')
-rw-r--r--development/yasm/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/yasm/README b/development/yasm/README
index ef62a35d29..5b22c98067 100644
--- a/development/yasm/README
+++ b/development/yasm/README
@@ -5,3 +5,7 @@ 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 pythong bindings can be enabled by passing
+PYTHON_BINDINGS=yes to the script. This requires Cython,
+which is also available from SlackBuilds.org.