Home Explore Blog CI



nixpkgs

doc/hooks/scons.section.md
e100163e542be03335b8423beefe88d69ba37e5c9066d04d00000003000000dc
# scons {#scons}

Overrides the build, install, and check phases. This uses the scons build system as a replacement for make. scons does not provide a configure phase, so everything is managed at build and install time.

Chunks
27e88b45 (1st chunk of `doc/hooks/scons.section.md`)
Title: SCons Build System Integration
Summary
This section describes how to integrate the SCons build system, which replaces Make, into the build, install, and check phases of a larger process. SCons lacks a configure phase, so configuration is handled during the build and install steps.