1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00

Merge pull request #115 from krig/opensuse

Add installation instructions for openSUSE
This commit is contained in:
Joe Wilm 2017-01-06 15:34:35 -08:00 committed by GitHub
commit aaac709ea6

View file

@ -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