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