We support SCons 3 and Python 3 now
This commit is contained in:
parent
6388be0f2b
commit
d40bd6da33
9
INSTALL
9
INSTALL
|
|
@ -6,12 +6,13 @@ How to run FSP:
|
||||||
|
|
||||||
Building:
|
Building:
|
||||||
FSP uses SCons software construction tool. Building was tested
|
FSP uses SCons software construction tool. Building was tested
|
||||||
with SCons 1.2.0 and Python 2.5, but older versions will probably
|
with SCons 3.0 and Python 2.7 or Python 3.6, but older versions
|
||||||
work fine. Prior to building FSP you need to download and install
|
will probably work fine if you remove version check from SConstruct.
|
||||||
SCons from http://www.scons.org.
|
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.
|
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/
|
download and compile them yourself from http://flex.sourceforge.net/
|
||||||
and http://gcc.gnu.org. Its possible to use Clang as replacement
|
and http://gcc.gnu.org. Its possible to use Clang as replacement
|
||||||
for GCC.
|
for GCC.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user