1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Document that alacritty requires winpty-agent on windows

This commit is contained in:
Zac Pullar-Strecker 2018-11-24 19:00:57 +13:00 committed by GitHub
parent 0d47cd25b9
commit 77a10514ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,6 +168,10 @@ nix-shell -A alacritty '<nixpkgs>'
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).
Alacritty requires winpty on windows to emulate UNIX's PTY API.
The agent is a single binary (`winpty-agent.exe`) which MUST be in the same directory as `alacritty.exe`.
It's included in binary releases and fetched by `build.rs` when compiled from source.
#### Other
If you build Alacritty on another distribution, we would love some help