From 3c5305719c810bd14896c0dd7ea4cbb353db73b4 Mon Sep 17 00:00:00 2001 From: Hubert Jarosz Date: Mon, 3 Oct 2016 12:53:31 +0200 Subject: [PATCH] update ArchLinux dependencies * `libx11-xcb` was renamed to `libxcb` * `libgl` should be used instead of `mesa-libgl` (`libgl` is also provided by `nvidia-libgl`) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9338f0ba5..7a47bcf91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,7 +78,7 @@ sudo apt-get install libx11-dev libx11-xcb-dev mesa-common-dev libgl1-mesa-dev q For Archlinux (as of 2016.08.04) you'll need: ``` -sudo pacman -S libx11 libx11-xcb xcb-util-keysyms mesa mesa-libgl qt5-base qt5-x11extras cmake +sudo pacman -S libx11 libxcb xcb-util-keysyms mesa libgl qt5-base qt5-x11extras cmake ``` If you know the required packages for another distribution, please share (or pull request this file!)