mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Add build instructions for Clear Linux
This commit is contained in:
parent
dbad1b6298
commit
bc174a5ec3
1 changed files with 12 additions and 1 deletions
13
INSTALL.md
13
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
|
||||
|
|
Loading…
Reference in a new issue