summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKristoffer Grönlund <krig@koru.se>2017-01-07 00:32:54 +0100
committerKristoffer Grönlund <krig@koru.se>2017-01-07 00:32:54 +0100
commit402eb575cbbbc8c0b3bedaf15199fede840c6cc8 (patch)
tree5f56982cc2211ceb9d77e8a504994731f7b442cd /README.md
parent8d8fca6b039cb8b8b6481658cbb8dc978a580c2f (diff)
Add installation instructions for openSUSE
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8b5776e3..264d886c 100644
--- a/README.md
+++ b/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