mirror of
https://github.com/alacritty/alacritty.git
synced 2025-07-31 22:03:40 -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.
|
||||
|
||||
```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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue