diff options
author | Ron Waldon <jokeyrhyme@gmail.com> | 2019-05-25 20:14:49 +1000 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-05-25 10:14:49 +0000 |
commit | bc174a5ec3de6a32adaecc3a4be8851c6605688d (patch) | |
tree | fe2fc0c7072b0bd44f85bbe225e70f5bc7c67295 /INSTALL.md | |
parent | dbad1b62989e6e870a9fd884e47a56a26642b62e (diff) | |
download | alacritty-bc174a5ec3de6a32adaecc3a4be8851c6605688d.tar.gz alacritty-bc174a5ec3de6a32adaecc3a4be8851c6605688d.zip |
Add build instructions for Clear Linux
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 |