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-8.3 platform.
Download (HTTP): https://downloads.sourceforge.net/scons/scons-3.0.0.tar.gz
Download MD5 sum: 1c99878d0eaf9b768b50721e913142d3
Download size: 616 KB
Estimated disk space required: 5.3 MB
Estimated build time: less than 0.1 SBU
docbook-xsl-1.79.2, libxml2-2.9.8 (for Python2) and libxslt-1.1.32 (the Python2 modules can be invoked at runtime if using the SCons Docbook tool)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/scons
Install SCons by running the
following commands as the root
user:
python setup.py install --prefix=/usr \ --standard-lib \ --optimize=1 \ --install-data=/usr/share
Last updated on 2018-08-14 19:28:50 -0700