Skip to content

Instantly share code, notes, and snippets.

@s-taylor
Created May 15, 2020 06:44
Show Gist options
  • Save s-taylor/5aa53297cda0a7dd7c3539bcbf952a06 to your computer and use it in GitHub Desktop.
Save s-taylor/5aa53297cda0a7dd7c3539bcbf952a06 to your computer and use it in GitHub Desktop.
How to compile Alacritty from source in Windows

How to compile Alacritty from source in Windows

Download

Install

  • Install LLVM
  • Install VS Build tools, install C++ when prompted. This will download close to 5gb
  • Install Rust (and update, see above)

Make sure you have the right Rust compiler installed, run

rustup override set stable rustup update stable

Restart your pc

Compile

in powershell cd into alacritty source files cargo build --release

When completed, check the target folder for the compiled application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment