How to Install ccbuild in Ubuntu 18.04



Install ccbuild by entering the following commands in the terminal:

sudo apt update
sudo apt install ccbuild

Description:

source scanning build utility for C++

Scan the source for main functions and includes. When the file contains a main function it will compile all the files next to that file's includes and link them into a program. . This makes it possible to build entire programs with minimal configuration. Linker and compiler options can be added and will be automatically divided over the compiler and linker.

Homepage: http://www.logfish.net/pr/ccbuild

Version: 2.0.7+git20160227.c1179286-1

Section: universe/devel