From d40bd6da33d3d776bd3ed155d0f2755a70a73d67 Mon Sep 17 00:00:00 2001 From: Radim Kolar Date: Mon, 19 Aug 2019 14:33:55 +0200 Subject: [PATCH] We support SCons 3 and Python 3 now --- INSTALL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 21ba04a..0927965 100644 --- a/INSTALL +++ b/INSTALL @@ -6,12 +6,13 @@ How to run FSP: Building: FSP uses SCons software construction tool. Building was tested - with SCons 1.2.0 and Python 2.5, but older versions will probably - work fine. Prior to building FSP you need to download and install - SCons from http://www.scons.org. + with SCons 3.0 and Python 2.7 or Python 3.6, but older versions + will probably work fine if you remove version check from SConstruct. + Prior to building FSP you need to download and install SCons + from http://www.scons.org. Other tools needed for building FSP are GNU flex and GNU C compiler. - They should be part of your Unix distribution but you can also + These should be part of your Unix distribution but you can also download and compile them yourself from http://flex.sourceforge.net/ and http://gcc.gnu.org. Its possible to use Clang as replacement for GCC.