Home Explore Blog Models CI



nixpkgs

1st chunk of `doc/hooks/scons.section.md`
0e4952ce3316e558b58485b7dc589b1bc20e063f7ef02ca000000001000000dc
# 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.

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.