diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-09 21:11:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-09 21:11:54 +0000 |
commit | a0e39c90762e095416c1bab5b5cddff259ace766 (patch) | |
tree | 358800281816989ba5886ae68f9b00d087444ec6 /INSTALL.md | |
parent | 272a583bd09c929588ed467833f7b1cfe8d21332 (diff) | |
download | alacritty-a0e39c90762e095416c1bab5b5cddff259ace766.tar.gz alacritty-a0e39c90762e095416c1bab5b5cddff259ace766.zip |
Document EGL driver dependency on Wayland
This fixes #1497.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -55,6 +55,12 @@ cd alacritty ### Dependencies +These are the minimum dependencies required to build Alacritty, please note +that with some setups additional dependencies might be desired. + +If you're running Wayland with an Nvidia GPU, you'll likely want the EGL +drivers installed too (these are called `libegl1-mesa-dev` on Ubuntu). + #### Debian/Ubuntu You can build alacritty using `cargo deb` and use your system's package manager |