From 1e10f34e1d18fb4df9947fc4343c1d5e5c56287b Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 18 Jul 2016 18:18:10 +0200 Subject: [PATCH] Include cmake with linux dependencies --- COMPILE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COMPILE.md b/COMPILE.md index 31a090801..f1226ef9d 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -32,13 +32,13 @@ Requirements are linking against -lX11 and -lGL. For qrenderdoc you need qt5 alo This is the apt-get line you'd need to install the requirements on Ubuntu 14.04: ``` -sudo apt-get install libx11-dev mesa-common-dev libgl1-mesa-dev qt5-default libqt5x11extras5-dev libxcb-keysyms1-dev +sudo apt-get install libx11-dev mesa-common-dev libgl1-mesa-dev qt5-default libqt5x11extras5-dev libxcb-keysyms1-dev cmake ``` For Archlinux (as of 2016.02.01) you'll need: ``` -sudo pacman -S libx11 xcb-util-keysyms mesa mesa-libgl qt5-base qt5-x11extras +sudo pacman -S libx11 xcb-util-keysyms mesa mesa-libgl qt5-base qt5-x11extras cmake ``` If you know the required packages for another distribution, please share (or pull request this file!)