Why isn't gcc compiler included by default?

2 replies [Last post]
pogiako12345
Offline
Joined: 07/11/2014

Nope, no gcc.

Michał Masłowski

I am a member!

I am a translator!

Offline
Joined: 05/15/2010

Install the build-essential package. Compilers aren't generally useful
without other development packages, like headers for libraries and other
tools. They take space while they can be easily installed.

pogiako12345
Offline
Joined: 07/11/2014

Ah ok, thanks!