diff options
author | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-06 15:34:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-06 15:34:35 -0800 |
commit | aaac709ea658e51c28acdda756ae495dc900fdc0 (patch) | |
tree | 5f56982cc2211ceb9d77e8a504994731f7b442cd | |
parent | 8d8fca6b039cb8b8b6481658cbb8dc978a580c2f (diff) | |
parent | 402eb575cbbbc8c0b3bedaf15199fede840c6cc8 (diff) | |
download | alacritty-aaac709ea658e51c28acdda756ae495dc900fdc0.tar.gz alacritty-aaac709ea658e51c28acdda756ae495dc900fdc0.zip |
Merge pull request #115 from krig/opensuse
Add installation instructions for openSUSE
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |