mirror of
https://github.com/alacritty/alacritty.git
synced 2025-09-04 22:43:53 -04: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
|
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
|
##### Other
|
||||||
|
|
||||||
If you build Alacritty on another Linux distribution, we would love some help
|
If you build Alacritty on another Linux distribution, we would love some help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue