Add build instructions for Clear Linux

This commit is contained in:
Ron Waldon 2019-05-25 20:14:49 +10:00 committed by Christian Duerr
parent dbad1b6298
commit bc174a5ec3
1 changed files with 12 additions and 1 deletions

View File

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