ccbuild
source scanning build utility for C++
Install
- All systems
-
curl cmd.cat/ccbuild.sh
- Debian
-
apt-get install ccbuild
- Ubuntu
-
apt-get install ccbuild
- Kali Linux
-
apt-get install ccbuild
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ccbuild
- Raspbian
-
apt-get install ccbuild
- Dockerfile
- dockerfile.run/ccbuild
ccbuild
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.