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-10.0 platform.
Download (HTTP): https://downloads.sourceforge.net/scons/scons-4.0.1.tar.gz
Download MD5 sum: 1b31cdf3864efdaa71a1c49d69d5b1ca
Download size: 2.7 MB
Estimated disk space required: 49 MB
Estimated build time: less than 0.1 SBU
docbook-xsl-1.79.2 and libxslt-1.1.34
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/' SCons/Utilities/*.py && python3 setup.py install --prefix=/usr \ --optimize=1 \ --install-data=/usr/share
Last updated on 2020-08-16 23:23:35 -0700