diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-09 21:05:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-09 21:05:26 +0000 |
commit | 272a583bd09c929588ed467833f7b1cfe8d21332 (patch) | |
tree | ae3bdf6b5a0928e3fbac6a339afa7d8909dca292 | |
parent | 2b12b166785664eeec346883dfbc7eeadcb0f237 (diff) | |
download | alacritty-272a583bd09c929588ed467833f7b1cfe8d21332.tar.gz alacritty-272a583bd09c929588ed467833f7b1cfe8d21332.zip |
Document VC++ redistributable requirement
This fixes #1972.
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -122,6 +122,9 @@ API. The agent is a single binary (`winpty-agent.exe`) which **must** be in the same directory as the Alacritty executable and is available through the [GitHub releases page](https://github.com/jwilm/alacritty/releases). +On Windows, Alacritty also requires Microsoft's VC++ redistributable to work +properly. + ## Configuration Although it's possible the default configuration would work on your system, |