diff options
author | Norman <n@koehr.in> | 2017-01-06 20:32:01 +0100 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-01-07 09:54:39 -0800 |
commit | b8ab5be917b48898f4a25a553dc529b1a176c5b7 (patch) | |
tree | cc0645ce47dcdf984d90d1b1207e7672b750e514 /README.md | |
parent | 56773fe7e7cdc999a6731934286858e763f96fda (diff) | |
download | alacritty-b8ab5be917b48898f4a25a553dc529b1a176c5b7.tar.gz alacritty-b8ab5be917b48898f4a25a553dc529b1a176c5b7.zip |
Add instructions for VoidLInux in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 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 |