]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document C++ as a build requirement.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 10 May 2006 04:33:22 +0000 (04:33 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 10 May 2006 04:33:22 +0000 (04:33 +0000)
README

diff --git a/README b/README
index 819f02c516ba81dc0b3cf046da1cd4656f8b7244..d325bde213f16370f686145658625c360de14510 100644 (file)
--- a/README
+++ b/README
@@ -166,6 +166,13 @@ two -- please be patient!)  You may want to pass options to the
 configure script -- see the section below on configuration options and
 variables.  When it's done, you are ready to run make.
 
+As a prerequisite, you need at least a C compiler on your system,
+along with header files for the standard C library. You also need
+a C++ compiler, unless you pass --without-cxx to configure. In
+addition, you need header files and libraries for various optional
+extension modules; if these are missing, the build process will
+skip building these modules.
+
 To build Python, you normally type "make" in the toplevel directory.
 If you have changed the configuration, the Makefile may have to be
 rebuilt.  In this case you may have to run make again to correctly