From ef79b3452e7e0d44a1575f719015bee9c02e0add Mon Sep 17 00:00:00 2001 From: Baldur Karlsson Date: Mon, 3 Oct 2016 13:04:00 +0200 Subject: [PATCH] Update date on Archlinux dependencies --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a47bcf91..478fb2ed6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ This is the apt-get line you'd need to install the requirements on Ubuntu 14.04: sudo apt-get install libx11-dev libx11-xcb-dev mesa-common-dev libgl1-mesa-dev qt5-default libqt5x11extras5-dev libxcb-keysyms1-dev cmake ``` -For Archlinux (as of 2016.08.04) you'll need: +For Archlinux (as of 2016.10.03) you'll need: ``` sudo pacman -S libx11 libxcb xcb-util-keysyms mesa libgl qt5-base qt5-x11extras cmake