From b8ab5be917b48898f4a25a553dc529b1a176c5b7 Mon Sep 17 00:00:00 2001 From: Norman Date: Fri, 6 Jan 2017 20:32:01 +0100 Subject: Add instructions for VoidLInux in README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9d415c46..4683b35a 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit