diff options
author | Tim Hourigan <1819176+timhourigan@users.noreply.github.com> | 2021-06-28 00:41:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-27 23:41:58 +0000 |
commit | db0f4b5b948114fc0d471441cd097e5a3e9566d9 (patch) | |
tree | f6ee48867b9f7c69eb1f8cbad0180cd78078b6d8 /INSTALL.md | |
parent | e0b9771dbcab56f666daa3bd02fc7a889107ccfa (diff) | |
download | alacritty-db0f4b5b948114fc0d471441cd097e5a3e9566d9.tar.gz alacritty-db0f4b5b948114fc0d471441cd097e5a3e9566d9.zip |
Add libxkbcommon-dev to debian INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ to build Alacritty. Here's an apt command that should install all of them. If something is still found to be missing, please open an issue. ```sh -apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev python3 +apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3 ``` #### Arch Linux |