1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

Add brief note about the OpenGL ES 2 requirement

This commit is contained in:
Wez Furlong 2018-02-18 17:23:05 -08:00
parent fa0549b76e
commit fb83410520

View File

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