diff options
author | Chandler Swift <chandler@chandlerswift.com> | 2020-11-16 10:07:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 16:07:37 +0000 |
commit | c88c7830ec20d844ab636fd0fb4bd6c03b94b38d (patch) | |
tree | 139b9ccff6b775d70e4453eeb162f141dd47fb87 /INSTALL.md | |
parent | 2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9 (diff) | |
download | alacritty-c88c7830ec20d844ab636fd0fb4bd6c03b94b38d.tar.gz alacritty-c88c7830ec20d844ab636fd0fb4bd6c03b94b38d.zip |
Add Alpine Linux build dependencies
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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 |