mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add instructions for VoidLInux in README.md
This commit is contained in:
parent
56773fe7e7
commit
b8ab5be917
1 changed files with 8 additions and 0 deletions
|
@ -98,6 +98,14 @@ still found to be missing, please open an issue.
|
|||
zypper install freetype-devel fontconfig-devel xclip
|
||||
```
|
||||
|
||||
##### Void Linux
|
||||
|
||||
On [Void Linux](https://voidlinux.eu), install following packages before compiling Alacritty:
|
||||
|
||||
```sh
|
||||
xbps-install cmake freetype-devel freetype expat-devel fontconfig xclip
|
||||
```
|
||||
|
||||
##### Other
|
||||
|
||||
If you build Alacritty on another Linux distribution, we would love some help
|
||||
|
|
Loading…
Reference in a new issue