GCC

From Alpine Linux
Revision as of 16:49, 23 November 2015 by Summer (talk | contribs) (Added links to the GNU project)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 packages (amongst others).