This commit is contained in:
Kovid Goyal 2018-10-18 08:30:47 +05:30
parent 7f902c4c03
commit 7f53745077
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Build-time dependencies:
* gcc or clang * gcc or clang
* pkg-config * pkg-config
* For building on Linux in addition to the above dependencies you might also need to install the ``-dev`` packages for: * 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`` and ``libxkbcommon-x11-dev``, ``libdbus-1-dev``, ``libxcursor-dev``, ``libxrandr-dev``, ``libxi-dev``, ``libxinerama-dev``, ``libgl1-mesa-dev``, ``libxkbcommon-x11-dev``, ``libfontconfig-dev`` and ``libpython-dev``.
if they are not already installed by your distro. if they are not already installed by your distro.
Install and run from source Install and run from source

View File

@ -22,10 +22,10 @@ Changelog
- macOS: Fix drag and drop of files not working on mojave (:iss:`1058`) - macOS: Fix drag and drop of files not working on mojave (:iss:`1058`)
- Fix expansion of env vars not working in the :opt:`env` directive - Fix expansion of env vars not working in the :opt:`env` directive
(:iss:`1075`) (:iss:`1075`)
0.12.3 [2018-09-29] 0.12.3 [2018-09-29]
------------------------------ ------------------------------