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.4.0.tar.gz
Download MD5 sum: 056b141b420583e8faef8b1c64bc43cf
Download size: 3.0 MB
Estimated disk space required: 23 MB
Estimated build time: less than 0.1 SBU
docbook-xsl-nons-1.79.2 and libxslt-1.1.37
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 -v /usr/lib/python3.11/site-packages/SCons-4.4.0-py3.11.egg/*.1 \ /usr/share/man/man1