Add note about inclusion of DarwinPorts directories in setup.py on darwin.

This commit is contained in:
Brett Cannon 2004-09-28 04:08:11 +00:00
parent 35b93d9720
commit bfef869510
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ Library
Build
-----
- Building on darwin now includes /opt/local/include and /opt/local/lib for
building extension modules. This is so as to include software installed as
a DarwinPorts port <http://darwinports.opendarwin.org/>
- pyport.h now defines a Py_IS_NAN macro. It works as-is when the
platform C computes true for ``x != x`` if and only if X is a NaN.
Other platforms can override the default definition with a platform-