4.2.4.6 The Install Builder
env.Install(destination, sources)
env.Install("${prefix}/bin", "app.exe")
env.Install("${prefix}/share", "share")
The Install builder can install files or directories to their installation
target location.
Install builders are only processed when the user has requested to perform
an install operation from the command line.
|