diff options
author | Kai Wasserbäch <[email protected]> | 2017-11-16 12:58:50 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-11-16 16:21:09 +0000 |
commit | d25123e23a77e216b45f8e1a83ac32805b07be82 (patch) | |
tree | 8c7bfe9006c77b10f2e90dd3404ccefca4f0f5bb /docs | |
parent | ca95d7ad4e1b900eb3d559ed5bda0b96b232961d (diff) |
docs: Point to apt.llvm.org for development snapshot packages
Signed-off-by: Kai Wasserbäch <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/llvmpipe.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index e4676920ede..12dccb5eaef 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -51,6 +51,12 @@ It's the fastest software rasterizer for Mesa. aptitude install llvm-dev </pre> <p> + If you want development snaptshot builds of LLVM for Debian and derived + distributions like Ubuntu, you can use the APT repository at <a + href="https://apt.llvm.org/" title="Debian Development packages for LLVM" + >apt.llvm.org</a>, which are maintained by Debian's LLVM maintainer. + </p> + <p> For a RPM-based distribution do: </p> <pre> |