mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added skeletal "Building Extensions: Tips and Tricks" section. This
is where all the FAQs about extension-building will be answered.
This commit is contained in:
parent
1df6e7b1fc
commit
0bc5953e83
1 changed files with 25 additions and 0 deletions
|
@ -391,6 +391,31 @@ installations in the next section.
|
|||
{\longprogramopt{install-data}}
|
||||
\end{tableiii}}
|
||||
|
||||
|
||||
\section{Building Extensions: Tips and Tricks}
|
||||
\label{building-ext}
|
||||
|
||||
(This is the section to read for people doing any sort of interesting
|
||||
build. Things to talk about:
|
||||
\begin{itemize}
|
||||
\item the \file{Setup} file (any platform now, but Unix-biased)
|
||||
\item CFLAGS and LDFLAGS (must implement them first!)
|
||||
\item using non-MS compilers on Windows (how to convert
|
||||
Python's library, ...)
|
||||
\end{itemize}
|
||||
|
||||
|
||||
\subsection{Tweaking compiler/linker flags}
|
||||
\label{tweak-flags}
|
||||
|
||||
|
||||
\subsection{Using non-Microsoft compilers on Windows}
|
||||
\label{non-ms-compilers}
|
||||
|
||||
\XXX{One place to look: \url{http://www.cyberus.ca/~g_will/pyExtenDL.shtml}}
|
||||
|
||||
|
||||
|
||||
\section{Alternate Installation}
|
||||
\label{alt-install}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue