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:
parent
ec339f728a
commit
4fb7801ba3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue