mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
Add installation instructions for openSUSE
This commit is contained in:
parent
8d8fca6b03
commit
402eb575cb
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -84,6 +84,16 @@ missing, please open an issue.
|
|||
dnf install freetype-devel fontconfig-devel xclip
|
||||
```
|
||||
|
||||
##### openSUSE
|
||||
|
||||
On openSUSE, you need a few extra libraries to build Alacritty. Here's
|
||||
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
|
||||
```
|
||||
|
||||
##### Other
|
||||
|
||||
If you build Alacritty on another Linux distribution, we would love some help
|
||||
|
|
Loading…
Reference in a new issue