Yurttas/PL/SL/python/docs/core-python-programming/doc/20/inst/building-ext.html

From ZCubes Wiki
Revision as of 19:39, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/inst/how-install-works.html|[[Image:y...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


3 Building Extensions: Tips and Tricks

(This is the section to read for people doing any sort of interesting build. Things to talk about:

  • the Setup file (any platform now, but Unix-biased)
  • CFLAGS and LDFLAGS (must implement them first!)
  • using non-MS compilers on Windows (how to convert Python's library, ...)

Subsections


See About this document... for information on suggesting changes.