From: Martin v. Löwis Date: Wed, 10 May 2006 04:33:22 +0000 (+0000) Subject: Document C++ as a build requirement. X-Git-Tag: v2.4.4c1~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ab31ffeb51e24df720b46751abdc4222f34ac89;p=thirdparty%2FPython%2Fcpython.git Document C++ as a build requirement. --- diff --git a/README b/README index 819f02c516ba..d325bde213f1 100644 --- 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