GCC: Difference between revisions

From Alpine Linux
(Added GCC tutorial page)
(No difference)

Revision as of 16:46, 23 November 2015

GCC is a free, open-source compiler system produced by the GNU Project.

Installation

The quickest way to install GCC on Alpine Linux is by issuing the following command:

apk add build-base

build-base is a meta-package that will install the GCC, libc-dev and binutils (amongst others) packages.