From fb83410520888bc9768e80a064e89dd7a3de8600 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 18 Feb 2018 17:23:05 -0800 Subject: [PATCH] Add brief note about the OpenGL ES 2 requirement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35be5e8d3..e9d0fc023 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wez's Terminal -A terminal emulator implemented in Rust. +A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering. ## Quickstart @@ -16,7 +16,7 @@ older linux distributions don't have this! ``` $ sudo apt-get install -y libxcb-icccm4-dev libxcb-ewmh-dev \ libxcb-image0-dev libxcb-keysyms1-dev libharfbuzz-dev \ - libfontconfig1-dev libfreetype6-dev + libfontconfig1-dev libfreetype6-dev libegl1-mesa-dev ``` ## What?