diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-02-11 12:17:09 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-02-16 15:17:51 +0000 |
commit | 1c0a536a72990bd5388e6a7ab45a8fce5609a128 (patch) | |
tree | 5546ef57994ea584b616907a0ab3b632679a5564 | |
parent | 99266ec3ce5309f506d5b62a9a9756818f5b2e78 (diff) |
docs: provide some tips where to obtain Mesa binaries
Mention the generic channels (PPA, Corp, other) as well as give a couple
of examples. Even if the latter became out of date the former should a
be good guide.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
-rw-r--r-- | docs/precompiled.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/precompiled.html b/docs/precompiled.html index 78f27479cb..d1f4acec4d 100644 --- a/docs/precompiled.html +++ b/docs/precompiled.html @@ -20,8 +20,14 @@ In general, precompiled Mesa libraries are not available. </p> <p> -However, some Linux distros (such as Ubuntu) seem to closely track -Mesa and often have the latest Mesa release available as an update. +Some Linux distributions closely follow the latest Mesa releases. On others one +has to use unofficial channels. +<br> +There are some general directions: +<li>Debian/Ubuntu based distros - PPA: xorg-edgers, oibaf and padoka</li> +<li>Fedora - Corp: erp and che</li> +<li>OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11</li> +<li>Gentoo/Archlinux - officially provided/supported</li> </p> </div> |