1
0
Fork 0
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:
Kristoffer Grönlund 2017-01-07 00:32:54 +01:00
parent 8d8fca6b03
commit 402eb575cb

View file

@ -84,6 +84,16 @@ missing, please open an issue.
dnf install freetype-devel fontconfig-devel xclip 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 ##### Other
If you build Alacritty on another Linux distribution, we would love some help If you build Alacritty on another Linux distribution, we would love some help