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-9.1 platform.
Download (HTTP): https://downloads.sourceforge.net/scons/scons-3.1.2.tar.gz
Download MD5 sum: 77b2f8ac2661b7a4fad51c17cb7f1b25
Download size: 656 KB
Estimated disk space required: 5.5 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/' 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 2020-02-15 08:54:30 -0800