From 2ab31ffeb51e24df720b46751abdc4222f34ac89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 10 May 2006 04:33:22 +0000 Subject: [PATCH] Document C++ as a build requirement. --- README | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.47.3