From 498c662c61ccc530b51910bb085c60c34082878a Mon Sep 17 00:00:00 2001 From: Triang3l Date: Sat, 19 Jun 2021 19:38:04 +0300 Subject: [PATCH] [Docs] Add libx11-xcb-dev to the dependencies --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 0a70fb206..a02cd989d 100644 --- a/docs/building.md +++ b/docs/building.md @@ -99,7 +99,7 @@ Clang-9 or newer should be available from system repositories on all up to date You will also need some development libraries. To get them on an Ubuntu system: ```bash -sudo apt-get install libgtk-3-dev libpthread-stubs0-dev liblz4-dev libx11-dev libvulkan-dev libsdl2-dev libiberty-dev libunwind-dev libc++-dev libc++abi-dev +sudo apt-get install libgtk-3-dev libpthread-stubs0-dev liblz4-dev libx11-dev libx11-xcb-dev libvulkan-dev libsdl2-dev libiberty-dev libunwind-dev libc++-dev libc++abi-dev ``` In addition, you will need up to date Vulkan libraries and drivers for your hardware, which most distributions have in their standard repositories nowadays.