From cdf7c4bf976026e120a9e877f2ec28f64ca7a9bc Mon Sep 17 00:00:00 2001 From: Spencer Nelson Date: Mon, 8 Feb 2021 10:40:15 -0800 Subject: [PATCH] Add two more build-time dependencies to the docs --- docs/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.rst b/docs/build.rst index 6fcdab6d1..3152711de 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -30,7 +30,7 @@ Build-time dependencies: * gcc or clang * pkg-config * For building on Linux in addition to the above dependencies you might also need to install the ``-dev`` packages for: - ``libdbus-1-dev``, ``libxcursor-dev``, ``libxrandr-dev``, ``libxi-dev``, ``libxinerama-dev``, ``libgl1-mesa-dev``, ``libxkbcommon-x11-dev``, ``libfontconfig-dev``, and ``libpython3-dev``, + ``libdbus-1-dev``, ``libxcursor-dev``, ``libxrandr-dev``, ``libxi-dev``, ``libxinerama-dev``, ``libgl1-mesa-dev``, ``libxkbcommon-x11-dev``, ``libfontconfig-dev``, ``libx11-xcb-dev``, ``liblcms2-dev``, and ``libpython3-dev``, if they are not already installed by your distro. Install and run from source