SCons is a tool for building software (and other files) implemented in Python.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://downloads.sourceforge.net/scons/SCons-4.3.0.tar.gz
Download MD5 sum: d964bbfb2b408cc87b6c0d9273374ef6
Download size: 2.9 MB
Estimated disk space required: 72 MB
Estimated build time: less than 0.1 SBU
docbook-xsl-1.79.2 and libxslt-1.1.35
User Notes: https://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 && mv /usr/lib/python3.10/site-packages/SCons-4.3.0-py3.10.egg/*.1 \ /usr/share/man/man1