Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 278 Bytes

gcc.md

File metadata and controls

17 lines (13 loc) · 278 Bytes

Acquiring GCC (build tools)

Ubuntu (apt-based distros)

Install the compiler tools (build-essential) and git,

apt update
apt install build-essential git

Arch (pacman/aur distros)

Run:

pacman -Syu
pacman -S base-devel coreutils --needed