diff options
author | Dimas Cyriaco <dimas@cyriaco.com.br> | 2017-06-30 22:45:53 -0300 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-06-30 23:13:13 -0700 |
commit | 5a220b73db6385f107ff3e4fffad81e8831968be (patch) | |
tree | b41493660202744b45a0568a83f8ac3a0c1a24b9 | |
parent | 63787d0bf0bcf18422b97aa7f8dea2024948c176 (diff) | |
download | alacritty-5a220b73db6385f107ff3e4fffad81e8831968be.tar.gz alacritty-5a220b73db6385f107ff3e4fffad81e8831968be.zip |
Add Solus instructions
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -138,6 +138,16 @@ missing, please open an issue. pkg install cmake freetype2 fontconfig xclip pkgconf ``` +#### Solus + +On [Solus](https://solus-project.com/), you need a few extra libraries to build Alacritty. Here's a +`eopkg` command that should install all of them. If something is still found +to be missing, please open an issue. + +```sh +sudo eopkg install freetype2-devel fontconfig-devel +``` + #### Other If you build Alacritty on another distribution, we would love some help |