1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Update README.md

`cmake` is required everywhere in order to build `expat-sys`
This commit is contained in:
lukaslueg 2017-01-10 14:18:02 +01:00 committed by Joe Wilm
parent ec339f728a
commit 4fb7801ba3

View file

@ -86,7 +86,7 @@ command that should install all of them. If something is still found to be
missing, please open an issue.
```sh
dnf install freetype-devel fontconfig-devel xclip
dnf install cmake freetype-devel fontconfig-devel xclip
```
##### openSUSE
@ -96,7 +96,7 @@ a `zypper` command that should install all of them. If something is
still found to be missing, please open an issue.
```sh
zypper install freetype-devel fontconfig-devel xclip
zypper install cmake freetype-devel fontconfig-devel xclip
```
##### Void Linux