scons-3.0.2

replacement for make

Install

All systems
curl cmd.cat/scons-3.0.2.sh
Debian Debian
apt-get install scons
Ubuntu
apt-get install scons
Alpine
apk add scons
Arch Arch Linux
pacman -S scons
image/svg+xml Kali Linux
apt-get install scons
CentOS
yum install scons
Fedora
dnf install scons
Windows (WSL2)
sudo apt-get update sudo apt-get install scons
OS X
brew install scons
Raspbian
apt-get install scons
Docker
docker run cmd.cat/scons-3.0.2 scons-3.0.2 powered by Commando

scons

replacement for make

SCons is a make replacement providing a range of enhanced features such as automated dependency generation and built in compilation cache support. SCons rule sets are Python scripts so as well as the features it provides itself SCons allows you to use the full power of Python to control compilation.