diff options
author | Kiril Videlov <krlvi@users.noreply.github.com> | 2019-05-01 15:10:16 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-05-01 13:10:16 +0000 |
commit | ba6e208a95e37116b031aca02246d3cff04c0216 (patch) | |
tree | ad9e2d2245e0f91e9f6a6b446c4598cbc5b2724d | |
parent | bc038f8295830cbd66851d308fd2963f2e0eb60c (diff) | |
download | alacritty-ba6e208a95e37116b031aca02246d3cff04c0216.tar.gz alacritty-ba6e208a95e37116b031aca02246d3cff04c0216.zip |
Update Fedora and Ubuntu/Debian dependencies
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,7 +71,7 @@ libraries 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 +apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev ``` #### Arch Linux @@ -91,7 +91,7 @@ command that should install all of them. If something is still found to be missing, please open an issue. ```sh -dnf install cmake freetype-devel fontconfig-devel +dnf install cmake freetype-devel fontconfig-devel libxcb-devel ``` #### CentOS/RHEL 7 |