188 lines
3.6 KiB
HTML
188 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
|
|
|
|
<!--
|
|
___ _ __ ___ _ __ _ __ ___ _ __ __ _ _ __ ___
|
|
/ __| '__/ __| | '_ \| '__/ _ \ '_ \ / _` | '__/ _ \
|
|
\__ \ | | (__ | |_) | | | __/ |_) | (_| | | | __/
|
|
|___/_| \___|____| .__/|_| \___| .__/ \__,_|_| \___|
|
|
|_____|_| |_|
|
|
-->
|
|
|
|
|
|
<html>
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
<meta name="generator" content="GitLab Pages" />
|
|
<meta name="description" content="src_prepare" />
|
|
<meta name="keywords" content="src_prepare gentoo overlay" />
|
|
<meta name="author" content="src_prepare" />
|
|
|
|
<title>Why (src_prepare)</title>
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
|
|
<link rel="stylesheet" href="assets/css/main.css" />
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div id="top">
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="index.html">Home</a>
|
|
</li>
|
|
<li>
|
|
<a href="why.html">Why</a>
|
|
</li>
|
|
<li>
|
|
<a href="devs.html">Developers</a>
|
|
</li>
|
|
<li>
|
|
<a href="shoutouts.html">Shoutouts</a>
|
|
</li>
|
|
<li>
|
|
<a href="packages.html">Packages</a>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
<div id="src_prepare">
|
|
|
|
<p id="src">SRC</p>
|
|
<p id="prepare">prepare</p>
|
|
|
|
</div>
|
|
|
|
<div id="about">
|
|
|
|
<h2>
|
|
Why use Gentoo?
|
|
</h2>
|
|
|
|
<ul>
|
|
<li>
|
|
Optimization (pkgs can be compiled for a specific CPU, ex.: -march=haswell)
|
|
</li>
|
|
<li>
|
|
Customizaton (USE flags)
|
|
</li>
|
|
<li>
|
|
Lack of trust towards binary packages provided by a binary distro
|
|
</li>
|
|
<li>
|
|
Ability to "package" almost anything (ebuilds)
|
|
</li>
|
|
<li>
|
|
Recompiling software from git when new changes are pushed ("live" 9999 ebuilds)
|
|
</li>
|
|
<li>
|
|
OpenRC (lightweight and flexible init system)
|
|
</li>
|
|
<li>
|
|
Free as in freedom (ACCEPT_LICENSE can exclude nonfree software)
|
|
</li>
|
|
<li>
|
|
Is a Linux (not necessarly GNU) distribution
|
|
</li>
|
|
<li>
|
|
Hobby
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
<footer>
|
|
|
|
<div class="fcol">
|
|
<ul>
|
|
<li>
|
|
Development <i class="fa fa-gitlab"></i>
|
|
</li>
|
|
<li>
|
|
<a href="https://gitlab.com/src_prepare">
|
|
About Us
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://gitlab.com/src_prepare">
|
|
Gitlab
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay">
|
|
Overlay
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="fcol">
|
|
<ul>
|
|
<li>
|
|
Social <i class="fa fa-share-alt-square"></i>
|
|
</li>
|
|
<li>
|
|
<a href="https://riot.im/app/#/room/#src_prepare:matrix.org">
|
|
Matrix
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://webchat.freenode.net/?channels=src_prepare">
|
|
IRC
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="fcol">
|
|
<ul>
|
|
<li>
|
|
Documentation <i class="fa fa-file-text"></i>
|
|
</li>
|
|
<li>
|
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/blob/master/README.md">
|
|
Introduction
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/blob/master/CONTRIBUTING.md">
|
|
Contributing
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/blob/master/TODO.md">
|
|
To-do
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div>
|
|
<p>
|
|
Unless otherwise stated, content on this page is licensed under a ISC License.
|
|
</p>
|
|
<p>
|
|
Linux is a registered trademark of Linus Torvalds.</p>
|
|
<p>
|
|
All other trademarks are the property of their respective owners.
|
|
</p>
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|