SCons is a tool for building software (and other files) implemented in Python.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): https://downloads.sourceforge.net/scons/scons-3.0.4.tar.gz
Download MD5 sum: dcf8ed13acde28040784606bb3d5fb84
Download size: 640 KB
Estimated disk space required: 5.4 MB
Estimated build time: less than 0.1 SBU
docbook-xsl-1.79.2, libxslt-1.1.33
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/scons
Install SCons by running the
following commands as the root
user:
sed -i 's/env python/&3/' script/scons* && python3 setup.py install --prefix=/usr \ --standard-lib \ --optimize=1 \ --install-data=/usr/share && rm -v /usr/bin/scons*.bat
Last updated on 2019-02-15 13:06:47 -0800