GCC: Difference between revisions

From Alpine Linux
(Added GCC tutorial page)
 
m (Added links to the GNU project)
Line 1: Line 1:
GCC is a free, open-source compiler system produced by the GNU Project.
[https://gcc.gnu.org/ GCC] is a free, open-source compiler system produced by the [https://gnu.org/ GNU Project].


== Installation ==
== Installation ==
Line 6: Line 6:
{{cmd|apk add build-base}}
{{cmd|apk add build-base}}


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

Revision as of 16:49, 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 packages (amongst others).