diff --git a/doc/building.html b/doc/building.html index f066c2f1..bc4ce44b 100644 --- a/doc/building.html +++ b/doc/building.html @@ -118,9 +118,9 @@
c:/Python(10*Version), e.g. c:/Python24
/usr/local/usr
- --prefix= directory used
+ --prefix= directory used
to configure Python when it was built and installed.CYGWIN_PYTHON_[DEBUG_]ROOTinclude/ directory
+ include/ directory
containing
python$(CYGWIN_PYTHON_[DEBUG_]VERSION)/python.h.You will need to create a MinGW-compatible version of the Python - library; the one shipped with Python will only work with a +
If you are using a version of Python prior to 2.4.1, you will
+ need to create a MinGW-compatible version of the Python library;
+ the one shipped with Python will only work with a
Microsoft-compatible linker. Follow the instructions in the
"Non-Microsoft" section of the "Building Extensions: Tips And Tricks"
chapter in The first two variants of the boost_python library are
built by default, and are compatible with the default Python
distribution. The debug-python variant corresponds to a
- specially-built debugging version of Python. On Unix platforms, this
+ specially-built debugging version of Python. On *nix platforms, this
python is built by adding --with-pydebug when configuring
the Python build. On Windows, the debugging version of Python is
generated by the "Win32 Debug" target of the PCBuild.dsw