Home Explore Blog Models 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
0e4952ce (1st chunk of `doc/hooks/scons.section.md`)
Title: Scons Build System
Summary
This document describes the 'scons' build system, which replaces 'make' and overrides the build, install, and check phases. Unlike 'make', 'scons' does not include a configure phase; all configuration and management are handled during the build and install processes.