110 lines
4.8 KiB
HTML
110 lines
4.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-bs-theme="dark">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
<link rel="icon" href="img/XLibre-Logo.svg">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q"
|
|
crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
|
|
<title>Xlibre - FAQ & Privacy </title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
|
<div class="container-fluid">
|
|
<img src="img/XLibre-Logo.svg" alt="Bootstrap" width="90" height="90">
|
|
<a class="navbar-brand" href="index.html">X11Libre X Server</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
|
|
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="index.html">Home</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="drivers.html">Drivers</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="about.html">About</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link active" aria-current="page" href="download.html">Download</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="faq.html">FAQ & Privacy</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="wiki.html">Wiki</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
|
|
<section id="download">
|
|
<hr>
|
|
<h2>Download</h2>
|
|
<p><strong>The Xlibre</strong> project is hosted on GitHub. You can find
|
|
the source code and follow development
|
|
<a href="https://github.com/X11Libre/xserver" target="_blank">there.</a></p>
|
|
|
|
<p><strong>If</strong> you want to download the latest source snapshot as
|
|
a compressed archive, a direct
|
|
<a href="https://github.com/X11Libre/xserver/archive/refs/heads/master.zip" target="_blank">zip</a>
|
|
file is also available.</p>
|
|
|
|
<p><strong>Precompiled</strong> binaries for Xlibre are <strong> already
|
|
available</strong> for some distributions. The project is still in its
|
|
early packaging phase and only some distributions offer it.</p>
|
|
|
|
<p><strong>However</strong>, there are plans and ongoing efforts to
|
|
integrate Xlibre into major Linux distributions. Here's the current
|
|
status:</p>
|
|
|
|
<ul>
|
|
<li><strong>Ubuntu/Debian</strong>: No official packages or PPA
|
|
available</li>
|
|
<li><strong>Arch</strong>: Xlibre is available as an AUR
|
|
<a href="https://aur.archlinux.org/packages/xlibre-server-common" target="_blank">package</a>
|
|
for Arch Linux users</li>
|
|
<li><strong>Artix</strong>: You can install a ready-to-use
|
|
<a href="https://packages.artixlinux.org/packages/?sort=&q=xlibre" target="_blank">package</a>
|
|
from their galaxy-gremlins repository</li>
|
|
<li><strong>Gentoo</strong>: An
|
|
<a href="https://github.com/X11Libre/ports-gentoo" target="_blank">overlay</a>
|
|
is available at Github</li>
|
|
<li><strong>OpenMandriva</strong>: You can find the
|
|
<a href="https://abf.openmandriva.org/openmandriva/xlibre/build_lists#?page=1&per_page=25&ownership=everything" target="_blank">package</a>
|
|
in the Cooker (development) repository</li>
|
|
<li><strong>Youtube</strong>: DIY self compiling
|
|
<a href="https://www.youtube.com/watch?v=xRzfHzZ6WDU" target="_blank">video</a>
|
|
is available at Youtube</li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<div id="content-right">
|
|
<div id="nav-sidebar" class="nav-border">
|
|
<h3>Contact</h3>
|
|
<ul>
|
|
<li><a href="https://www.freelists.org/list/xlibre">Mailing list</a></li>
|
|
<li><a href="https://t.me/x11dev">Telegram channel</a></li>
|
|
<li><a href="https://matrix.to/#/%23xlibre:matrix.org">Matrix room (mirror of tg group)</a></li>
|
|
</ul>
|
|
<h3>Contribute</h3>
|
|
<ul>
|
|
<li><a href="https://github.com/X11Libre/xserver">Github</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |