From 452e51c8a3b84c368ae3ba2e60dacbc1985e7b5c Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 10 Sep 2019 23:40:22 +0200 Subject: [PATCH] Complete documentation regarding Python 3 requirement. This was missed in the last commit. --- INSTALL.CMake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.CMake b/INSTALL.CMake index 292f0fb8..d4dedb5a 100644 --- a/INSTALL.CMake +++ b/INSTALL.CMake @@ -4,7 +4,7 @@ PREREQUISITES 1. A decent ISO C++-11 compiler. GCC (version >= 4.9) is recommended. 2. CLN library (http://www.ginac.de/CLN), version >= 1.2.2 3. CMake, version >= 2.8 (version 2.6.x might work too). -4. Python, version >= 2.6 +4. Python 3 5. (optional) pkg-config utility (http://pkg-config.freedesktop.org) 6. (optional) bison (>= 2.3), flex (2.5.33), GNU readline (>= 4.3). These are necessary to build ginsh, the GiNaC interactive shell, and can be -- 2.44.0