SCons-4.8.0

Introduction to SCons

SCons is a tool for building software (and other files) implemented in Python.

[Note]

Note

When expanding the tarball the package expands to scons-4.8.0, not the expected SCons-4.8.0.

This package is known to build and work properly using an LFS 12.2 platform.

Package Information

Installation of SCons

Build the package:

pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD

As the root user, install the package:

pip3 install --no-index --find-links=dist --no-cache-dir --no-user SCons &&
install -v -m664 *.1 /usr/share/man/man1

Contents

Installed Programs: scons, scons-configure-cache, and sconsign
Installed Libraries: None
Installed Directory: /usr/lib/python3.12/site-packages/SCons{,-4.8.0.dist-info}

Short Descriptions

scons

is a software construction tool

scons-configure-cache

shows or converts the configuration of an SCons cache directory

sconsign

prints SCons .sconsign file information