diff options
| author | Karl Schultz <karl@lunarg.com> | 2016-11-21 13:25:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-21 13:25:32 -0700 |
| commit | d02aa62e8e657a2edd01a02e9f989177033be0cc (patch) | |
| tree | 3f3b731419cefeb148b77b41209bf85c0ad2bf29 | |
| parent | a860ce1c395a1a12d93349bf1c8ca79ba21b877c (diff) | |
| download | usermoji-d02aa62e8e657a2edd01a02e9f989177033be0cc.tar.xz | |
build: Fix 32-bit Linux notes
| -rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
