From 1dc346d0dfad6b534d1c47e0248017332d6b32af Mon Sep 17 00:00:00 2001 From: Doug Johnson Date: Thu, 12 May 2016 09:06:36 -0600 Subject: [PATCH] Add additional build instructions for Linux --- docs/building.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/building.md b/docs/building.md index 5a0a725d9..6e324711c 100644 --- a/docs/building.md +++ b/docs/building.md @@ -52,6 +52,14 @@ sudo -E apt-get -yq update &>> ~/apt-get-update.log sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install clang-3.8 clang-format-3.8 ``` +You will also need some development libraries. To get them on an ubuntu system: +``` +sudo apt-get install libgtk-3-dev libpthread-stubs0-dev liblz4-dev libglew-dev libx11-dev +``` + +In addition, you will need the latest OpenGL libraries and drivers for your hardware. Intel and the open source +drivers are not supported as they do not yet support OpenGL 4.5. + ## Running To make life easier you can use `--flagfile=myflags.txt` to specify all