Debian C-Compiler

Aus Wiki
Zur Navigation springen Zur Suche springen

Einleitung

Nicht alle Programme sind in Form von Debian-Paketen erhältlich. In vielen Fällen ist das Debian-Paket älter, als das jeweilige Source-File. Um Soourcefiles zu compilieren ist der C-Compiler gcc erforderlich.

Installation

apt-get install --yes gcc
apt-get install --yes make
apt-get install --yes build-essential