SCons-4.8.1

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.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

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.1.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