aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2016-04-15 13:04:05 -0600
committerKarl Schultz <karl@lunarg.com>2016-04-15 13:04:05 -0600
commit24a6fedbf21ffa3b2d271be9ac00ecc295530348 (patch)
tree11f460a70314883214a178262fc2af3cce6c78d8
parentc94fc784191f23b8cad39103d10af7661d94a953 (diff)
downloadusermoji-24a6fedbf21ffa3b2d271be9ac00ecc295530348.tar.xz
docs: Add libx11-dev to linux build dependencies
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index e3db0c0d..8b2bbb47 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -25,12 +25,12 @@ Please see the CONTRIBUTING.md file in this respository for more details.
The build process uses CMake to generate makefiles for this project.
The build generates the loader, layers, and tests.
-This repo has been built and tested on Ubuntu 14.04.3 LTS, 14.10, 15.04 and 15.10.
+This repo has been built and tested on Ubuntu 14.04.3 LTS, 14.10, 15.04, 15.10, and 16.04 LTS.
It should be straightforward to use it on other Linux distros.
These packages are needed to build this repository:
```
-sudo apt-get install git cmake build-essential bison libxcb1-dev
+sudo apt-get install git cmake build-essential bison libx11-dev libxcb1-dev
```
Example debug build: