How to Install scons in Ubuntu 18.04



Install scons by entering the following commands in the terminal:

sudo apt update
sudo apt install scons

Description:

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.

Homepage: http://www.scons.org/

Version: 3.0.1-1

Section: universe/devel