scons
replacement for make
Install
- All systems
-
curl cmd.cat/scons.sh
- Debian
-
apt-get install scons
- Ubuntu
-
apt-get install scons
- Alpine
-
apk add scons
- Arch Linux
-
pacman -S scons
- 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
- Dockerfile
- dockerfile.run/scons
- Docker
-
docker run cmd.cat/scons scons
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.