From a0e39c90762e095416c1bab5b5cddff259ace766 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 9 Apr 2019 21:11:54 +0000 Subject: [PATCH] Document EGL driver dependency on Wayland This fixes #1497. --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index f4295731..4848081e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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