This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Why build from sources

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
This article is a stub. You can help by expanding it.

This page is intended to offer good answers why it is beneficial to build software from sources rather than installing binaries.

Building software from sources ..

  • allows use of non-default build options (USE flags)
  • allows use of custom compiler/linker flags (e.g. runtime optimization, hardening, address sanitizer)
  • reduces risk of running malicious code unnoticed (since it is harder to conceal in source code than in binaries)