mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Add prerequisites for Arch Linux
This commit is contained in:
parent
3c57c03887
commit
a14ab11521
1 changed files with 9 additions and 0 deletions
|
@ -61,6 +61,15 @@ missing, please open an issue.
|
|||
apt-get install cmake libfreetype6-dev libfontconfig1-dev xclip
|
||||
```
|
||||
|
||||
##### Arch Linux
|
||||
|
||||
On Arch Linux, you need a few extra libraries to build Alacritty. Here's a
|
||||
`pacman` command that should install all of them. If something is still found
|
||||
to be missing, please open an issue.
|
||||
```sh
|
||||
pacman -S cmake freetype2 fontconfig xclip
|
||||
```
|
||||
|
||||
##### Other
|
||||
|
||||
If you build Alacritty on another Linux distribution, we would love some help
|
||||
|
|
Loading…
Reference in a new issue