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 '' 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