1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-09-04 22:43:53 -04: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. missing, please open an issue.
```sh ```sh
dnf install freetype-devel fontconfig-devel xclip dnf install cmake freetype-devel fontconfig-devel xclip
``` ```
##### openSUSE ##### 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. still found to be missing, please open an issue.
```sh ```sh
zypper install freetype-devel fontconfig-devel xclip zypper install cmake freetype-devel fontconfig-devel xclip
``` ```
##### Void Linux ##### Void Linux