SCons

https://scons.org/

SCons is an Open Source software construction tool

Snippet from Wikipedia: SCons

SCons is a computer software build tool that automatically analyzes source code file dependencies and operating system adaptation requirements from a software project description and generates final binary executables for installation on the target operating system platform. Its function is analogous to the traditional GNU build system based on the make utility and the autoconf tools.

SCons generates project configurations and build process implementations in the form of Python scripts.

  • tools/scons.txt
  • Last modified: 2022/08/10 06:09
  • by 127.0.0.1