GCC: Difference between revisions

From Alpine Linux
mNo edit summary
m (Categorized: Development)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[https://gcc.gnu.org/ GCC] (GNU Compiler Collection) is a free, open-source compiler system produced by the [https://gnu.org/ GNU Project].
[https://gcc.gnu.org/ GCC], which stands for GNU Compiler Collection, is a free, open-source compiler system produced by the [https://gnu.org/ GNU Project].


== Installation ==
== Installation ==
Line 7: Line 7:


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

Revision as of 21:49, 19 September 2017

GCC, which stands for GNU Compiler Collection, 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).