diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-10-27 18:56:22 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-10-27 18:56:22 +0000 |
commit | 466e5b336ea68293abbda84c3e99d64708043443 (patch) | |
tree | 6963cf5a41e3c3e8ef20554fd4e35445c8ea6b86 /Doc/inst | |
parent | 68b49ef8a157ddbe9abebc8ec2c263c8dd365d00 (diff) | |
download | cpython-git-466e5b336ea68293abbda84c3e99d64708043443.tar.gz |
Update instructions according to Dave Abrahams
instructions.
Diffstat (limited to 'Doc/inst')
-rw-r--r-- | Doc/inst/inst.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index 6002ad2019..4961a1ad7f 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -1030,6 +1030,9 @@ for Distutils (see section~\ref{config-files}.) \subsubsection{GNU C / Cygwin / MinGW} +These instructions only apply if you're using a version of Python prior +to 2.4.1 with a MinGW prior to 3.0.0 (with binutils-2.13.90-20030111-1). + This section describes the necessary steps to use Distutils with the GNU C/\Cpp{} compilers in their Cygwin and MinGW distributions.\footnote{Check |