From e897144a991bba83554b73f95b60fa98607bc6d5 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 23 Feb 2016 23:34:22 +0100 Subject: [PATCH] Add required pacman install line for Archlinux --- COMPILE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/COMPILE.md b/COMPILE.md index f7b791345..da9f21024 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -41,6 +41,14 @@ This is the apt-get line you'd need to install the requirements on Ubuntu 15.04: sudo apt-get install libx11-dev mesa-common-dev libgl1-mesa-dev qt5-default libqt5x11extras5-dev ``` +For Archlinux (as of 2016.02.01) you'll need: + +``` +sudo pacman -S libx11 xcb-util-keysyms mesa mesa-libgl qt5-base qt5-x11extras +``` + +If you know the required packages for another distribution, please share (or pull request this file!) + Builds --------------