3.1 Configure Operation
The configure operation will initialize the Rscons cache file and build
directory.
It will also perform any configuration checks requested by the build script.
Such configuration checks can include:
- verifying operation of a compiler
- loading compilation/linker flags from a config program (e.g.
pkg-config )
- verifying presence of a C/C++ header file
- verifying presence of a D import
- verifying presence of a library
- verifying presence of an executable
- any custom user-supplied configuration check
|