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-11.1 platform.
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              &&
sed -i 's:build/doc/man/::' setup.cfg                       &&
python3 setup.py install --prefix=/usr  \
                         --optimize=1   \
                         --install-data=/usr/share/man/man1 &&
cp scons{,ign}.1 /usr/share/man/man1
      Last updated on