aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building.tex
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-07-09 19:16:20 +0000
committerlloyd <[email protected]>2010-07-09 19:16:20 +0000
commita2775c5bd9f6979da3e1981cdb1dec250e274fea (patch)
tree8738f30bf72b178ed5fc9a2592c55b1c46ba1f1d /doc/building.tex
parent82ae680d8887ce34c7ade3ffeb85c9f7ac07e812 (diff)
Drop support for running configure with Python 2.4. This allows
removing several workarounds for limitations in optparse in that release, and also allows using the ternary operator added in 2.5. As far as I can tell, the only still active release of any Linux/BSD distro that uses 2.4 is RHEL5. The beta of RHEL6 has 2.6, and it seems likely that RHEL6 will be out before 1.10.0.
Diffstat (limited to 'doc/building.tex')
-rw-r--r--doc/building.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/building.tex b/doc/building.tex
index 68b433924..36a9f1140 100644
--- a/doc/building.tex
+++ b/doc/building.tex
@@ -42,7 +42,7 @@ the build system, primarily due to lack of access. Please contact the
maintainer if you would like to build Botan on such a system.
Botan's build is controlled by configure.py, which is a Python
-script. Python 2.4 or later is required. If you want to use the
+script. Python 2.5 or later is required. If you want to use the
(incompatible) Python 3, you must first run the \texttt{2to3} script
on it.
@@ -65,7 +65,7 @@ spot, you might need to prefix the \texttt{configure.py} command with
The first step is to run \filename{configure.py}, which is a Python
script that creates various directories, config files, and a Makefile
-for building everything. The script requires at least Python 2.4; any
+for building everything. The script requires at least Python 2.5; any
later version of Python 2.x should also work. Python 3.1 will also
work but requires an extra step, see the section ``Using Python 3.1'',
later in this document.