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:
parent
0d47cd25b9
commit
77a10514ea
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue