x86_64-pc-linux-gnu-g++
GNU C compiler
Install
- All systems
-
curl cmd.cat/x86_64-pc-linux-gnu-g++.sh
- Debian
-
apt-get install gcc
- Ubuntu
-
apt-get install gcc
- Alpine
-
apk add gcc
- Arch Linux
-
pacman -S gcc
- Kali Linux
-
apt-get install gcc
- CentOS
-
yum install gcc
- Fedora
-
dnf install gcc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcc
- OS X
-
brew install gcc
- Raspbian
-
apt-get install gcc
- Dockerfile
- dockerfile.run/x86_64-pc-linux-gnu-g++
- Docker
-
docker run cmd.cat/x86_64-pc-linux-gnu-g++ x86_64-pc-linux-gnu-g++
powered by Commando
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++.