From 402eb575cbbbc8c0b3bedaf15199fede840c6cc8 Mon Sep 17 00:00:00 2001 From: Kristoffer Grönlund Date: Sat, 7 Jan 2017 00:32:54 +0100 Subject: Add installation instructions for openSUSE --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit