From ab9d5a7452548b0b9fe21b2c2cc63435ff37f322 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 12 Jan 2021 13:51:32 +0000 Subject: Add minimum OpenGL version to readme Fixes #4693. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a736f8b5..644b90d7 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ Prebuilt binaries for macOS and Windows can also be downloaded from the For everyone else, the detailed instructions to install Alacritty can be found [here](INSTALL.md). +Since Alacritty uses OpenGL to render the terminal content on all platforms, it +is currently not possible to run Alacritty without at support for at least +OpenGL 3.3. + ## Configuration You can find the default configuration file with documentation for all available -- cgit