aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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