summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Waldon <jokeyrhyme@gmail.com>2019-05-25 20:14:49 +1000
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-05-25 10:14:49 +0000
commitbc174a5ec3de6a32adaecc3a4be8851c6605688d (patch)
treefe2fc0c7072b0bd44f85bbe225e70f5bc7c67295
parentdbad1b62989e6e870a9fd884e47a56a26642b62e (diff)
Add build instructions for Clear Linux
-rw-r--r--INSTALL.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 7643fdb9..73a250bd 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -17,7 +17,8 @@
11. [NixOS/Nixpkgs](#nixosnixpkgs)
12. [Gentoo](#gentoo)
13. [Windows](#windows)
- 14. [Other](#other)
+ 14. [Clear Linux](#clear-linux)
+ 15. [Other](#other)
2. [Building](#building)
1. [Linux](#linux)
1. [Desktop Entry](#desktop-entry)
@@ -172,6 +173,16 @@ nix-shell -A alacritty '<nixpkgs>'
On windows you will need to have the `{architecture}-pc-windows-msvc` toolchain
installed as well as [Clang 3.9 or greater](http://releases.llvm.org/download.html).
+#### Clear Linux
+
+On Clear Linux, you need a few extra libraries to build Alacritty. Here's a
+`swupd` command that should install all of them. If something is still found
+to be missing, please open an issue.
+
+```sh
+swupd bundle-add devpkg-expat devpkg-freetype devpkg-libxcb
+```
+
#### Other
If you build Alacritty on another distribution, we would love some help