2
Installing a C compiler on Linux and macOS
Alexander Medvednikov edited this page 2020-06-03 13:25:01 +02:00

macOS

You can either install XCode from the App Store or run xcode-select --install to install XCode command line tools.

Debian/Ubuntu

sudo apt install build-essential

CentOS/RHEL

sudo yum groupinstall "Development Tools"

Fedora

sudo dnf install @development-tools

Arch Linux

GCC should be preinstalled