c++
C++ support for GCC
Install
- All systems
-
curl cmd.cat/c++.sh
- Debian
-
apt-get install gcc-c++
- Ubuntu
-
apt-get install gcc-c++
- Arch Linux
-
pacman -S gcc-c++
- Kali Linux
-
apt-get install gcc-c++
- CentOS
-
yum install gcc-c++
- Fedora
-
dnf install gcc-c++
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcc-c++
- Raspbian
-
apt-get install gcc-c++
- Dockerfile
- dockerfile.run/c++
gcc-c++
C++ support for GCC
icecc
distributed compiler (client and server)
icecc (also known as Icecream) is a distributed compile system. It allows parallel compiling by distributing the compile jobs to several nodes of a compile network running the icecc daemon. The icecc scheduler routes the jobs and provides status and statistics information to the icecc monitor. Each compile node can accept one or more compile jobs depending on the number of processors and the settings of the daemon. Link jobs and other jobs which cannot be distributed are executed locally on the node where the compilation is started.
icecream
lightweight stream download utility
icecream is a non-interactive stream download utility written in Perl. It connects to icecast and shoutcast servers or direct stream URLs, and redirects all fetched content to stdout and/or to media files on your disk. Listen to the stream piping the output to a stdin-capable media player. Save the stream to a named file or split it into different tracks. It is possible to redirect the stream and save it to disk at the same time.
gcc-snapshot
A SNAPSHOT of the GNU Compiler Collection
gcc-arm-linux-androideabi
cross toolchain and binutils for Android/Bionic on ARM
gcc-i686-linux-android
cross toolchain and binutils for Android/Bionic on ARM
gcc-mozilla
GCC, the GNU Compiler Collection
gcc
GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C. This is a dependency package providing the default GNU C compiler.
ccache
Compiler cache for fast recompilation of C/C++ code
ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++.
colorgcc
Colorizer for GCC warning/error messages
A Perl wrapper to colorize the output of compilers with warning / error messages matching the gcc output format.
distcc
simple distributed compiler client and server
distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often significantly faster than a local compile. distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed.