summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2016-11-21 13:25:32 -0700
committerGitHub <noreply@github.com>2016-11-21 13:25:32 -0700
commited73535b48cdea2052f8bb778b72ce28f0f42cfc (patch)
treecf87d8312990ff535f655e7f5a42bcfe66655622 /BUILD.md
parent2672a35c2fda0a8db8b8b1b7c7f95922580e5b4d (diff)
build: Fix 32-bit Linux notes
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index b11dba09..407989f8 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -134,7 +134,7 @@ Here are some notes for building 32-bit targets on a 64-bit Ubuntu "reference" p
If not already installed, install the following 32-bit development libraries:
-`gcc-multilib g++-multilib xorg-x11-libx11-devel-32bit lib32-x11 libx11-dev:i386 libxcb-dev:i386`
+`gcc-multilib g++-multilib libx11-dev:i386`
This list may vary depending on your distro and which windowing systems you are building for.