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-10.1 platform.
Download (HTTP): https://downloads.sourceforge.net/scons/scons-4.1.0.tar.gz
Download MD5 sum: f083e00f6ecfc940edd6a0eb168ffe8c
Download size: 2.9 MB
Estimated disk space required: 71 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/' 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 2021-02-20 13:35:58 -0600