mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Update Fedora and Ubuntu/Debian dependencies
This commit is contained in:
parent
bc038f8295
commit
ba6e208a95
1 changed files with 2 additions and 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.
|
them. If something is still found to be missing, please open an issue.
|
||||||
|
|
||||||
```sh
|
```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
|
#### 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.
|
missing, please open an issue.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
dnf install cmake freetype-devel fontconfig-devel
|
dnf install cmake freetype-devel fontconfig-devel libxcb-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
#### CentOS/RHEL 7
|
#### CentOS/RHEL 7
|
||||||
|
|
Loading…
Reference in a new issue