From c88c7830ec20d844ab636fd0fb4bd6c03b94b38d Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Mon, 16 Nov 2020 10:07:37 -0600 Subject: [PATCH] Add Alpine Linux build dependencies --- INSTALL.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 29f40206..274670e4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -42,8 +42,9 @@ cargo install alacritty 12. [Gentoo](#gentoo) 13. [Clear Linux](#clear-linux) 14. [GNU Guix](#gnu-guix) - 15. [Windows](#windows) - 16. [Other](#other) + 15. [Alpine Linux](#alpine-linux) + 16. [Windows](#windows) + 17. [Other](#other) 2. [Building](#building) 1. [Linux/Windows](#linux--windows) 2. [macOS](#macos) @@ -223,6 +224,16 @@ dependencies on [GNU Guix](https://guix.gnu.org/). guix environment alacritty ``` +#### Alpine Linux + +On Alpine Linux, you need a few extra libraries to build Alacritty. Here's an +`apk` command that should install all of them. If something is still found to +be missing, please open an issue. + +```sh +sudo apk add cmake pkgconf freetype-dev fontconfig-dev python3 libxcb-dev +``` + #### Windows On windows you will need to have the `{architecture}-pc-windows-msvc` toolchain