scons 3.1.2
Software construction tool written in Python
SCons is a software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.
- Outputs:
out
- Website: https://scons.org/
- Licenses: X11
- Package source: gnu/packages/build-tools.scm
- Builds: See build status
- Issues: See known issues
Installation
Install scons 3.1.2
as follows:
guix install scons@3.1.2
Or install the latest version:
guix install scons
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.