From 98ec3fe18fd46ab110438df0831c81367c5816c4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 31 May 2018 16:15:43 +0530 Subject: [PATCH] Documentation work --- docs/build.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/build.rst b/docs/build.rst index 38245d602..676fada38 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -27,7 +27,9 @@ 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 ``xcursor``, ``xrandr``, ``libxi``, ``xinerama``, ``libgl1-mesa`` and ``xkbcommon-x11``, if they are not already installed by your distro. + * For building on Linux in addition to the above dependencies you might also need to install the ``-dev`` packages for: + ``libxcursor-dev``, ``libxrandr-dev``, ``libxi-dev``, ``libxinerama-dev``, ``libgl1-mesa-dev`` and ``libxkbcommon-x11-dev``, + if they are not already installed by your distro. Install and run from source ------------------------------