diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-05-08 00:32:00 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-05-07 23:10:51 +0000 |
commit | 2c2104a51776ac826dde35f54423657f2d5150fb (patch) | |
tree | fd4a8c59d732efddde38830bf393318b3ce943da /INSTALL.md | |
parent | 989f839d5d681b8b08b86dbc3cef071263704272 (diff) | |
download | alacritty-2c2104a51776ac826dde35f54423657f2d5150fb.tar.gz alacritty-2c2104a51776ac826dde35f54423657f2d5150fb.zip |
Fix INSTALL.md platform ordering
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -16,9 +16,10 @@ 10. [Solus](#solus) 11. [NixOS/Nixpkgs](#nixosnixpkgs) 12. [Gentoo](#gentoo) - 13. [Windows](#windows) - 14. [Clear Linux](#clear-linux) - 15. [Other](#other) + 13. [Clear Linux](#clear-linux) + 14. [GNU Guix](#gnu-guix) + 15. [Windows](#windows) + 16. [Other](#other) 2. [Building](#building) 1. [Linux/Windows](#linux--windows) 1. [Desktop Entry](#desktop-entry) @@ -183,6 +184,16 @@ please open an issue. emerge --onlydeps x11-terms/alacritty ``` +#### Clear Linux + +On Clear Linux, you need a few extra libraries to build Alacritty. Here's a +`swupd` command that should install all of them. If something is still found +to be missing, please open an issue. + +```sh +swupd bundle-add devpkg-expat devpkg-freetype devpkg-libxcb devpkg-fontconfig +``` + #### GNU Guix The following command can be used to get a shell with all development @@ -197,16 +208,6 @@ guix environment alacritty On windows you will need to have the `{architecture}-pc-windows-msvc` toolchain installed as well as [Clang 3.9 or greater](http://releases.llvm.org/download.html). -#### Clear Linux - -On Clear Linux, you need a few extra libraries to build Alacritty. Here's a -`swupd` command that should install all of them. If something is still found -to be missing, please open an issue. - -```sh -swupd bundle-add devpkg-expat devpkg-freetype devpkg-libxcb devpkg-fontconfig -``` - #### Other If you build Alacritty on another distribution, we would love some help |