Document EGL driver dependency on Wayland

This fixes #1497.
This commit is contained in:
Christian Duerr 2019-04-09 21:11:54 +00:00 committed by GitHub
parent 272a583bd0
commit a0e39c9076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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