From 5b9a8825d28d01c66acf9d959fe4744ed207d609 Mon Sep 17 00:00:00 2001 From: baldurk Date: Sat, 11 Jul 2015 11:45:42 +0200 Subject: [PATCH] Add note about what to apt-get on Ubuntu --- COMPILE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/COMPILE.md b/COMPILE.md index 3daa9796d..4df5a021f 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -35,6 +35,12 @@ There's no configuration or cmake setup, it assumes gcc/g++ (this can be overwri Requirements are linking against -lX11 and -lGL. For qrenderdoc you need qt5 along with the 'x11extras' package. +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 +``` + Builds --------------