aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimas Cyriaco <dimas@cyriaco.com.br>2017-06-30 22:45:53 -0300
committerJoe Wilm <jwilm@users.noreply.github.com>2017-06-30 23:13:13 -0700
commit5a220b73db6385f107ff3e4fffad81e8831968be (patch)
treeb41493660202744b45a0568a83f8ac3a0c1a24b9
parent63787d0bf0bcf18422b97aa7f8dea2024948c176 (diff)
downloadalacritty-5a220b73db6385f107ff3e4fffad81e8831968be.tar.gz
alacritty-5a220b73db6385f107ff3e4fffad81e8831968be.zip
Add Solus instructions
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index f91d240a..5d591dbc 100644
--- a/README.md
+++ b/README.md
@@ -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