diff options
author | Eric Engestrom <[email protected]> | 2019-01-03 16:01:18 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-01-03 18:53:21 +0000 |
commit | 393a756e6af69be8d7f5bcb64eeaad02a63c33c7 (patch) | |
tree | ac1e6934dc49a644a9ed1f1b78cabcf30329ba16 /docs | |
parent | 8b363bc42e32c67ceeaa4affd7bf346c14ed2825 (diff) |
docs: advertise distro-provided meson cross-files
Hopefully we can kick start the revolution and other distros will start
providing them as well :)
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/meson.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/meson.html b/docs/meson.html index 89a19dd2741..780626e73c4 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -256,6 +256,15 @@ parameter.</p> will likely have to alter them for your system.</p> <p> +Those running on ArchLinux can use the AUR-maintained packages for some +of those, as they'll have the right values for your system: +<ul> + <li><a href="https://aur.archlinux.org/packages/meson-cross-x86-linux-gnu">meson-cross-x86-linux-gnu</a></li> + <li><a href="https://aur.archlinux.org/packages/meson-cross-aarch64-linux-gnu">meson-cross-aarch64-linux-gnu</a></li> +</ul> +</p> + +<p> 32-bit build on x86 linux: <pre> [binaries] |