Add libgl1-mesa-dev

This commit is contained in:
Evan Su 2022-04-18 11:24:23 -04:00 committed by GitHub
parent 5de33a0787
commit 761a80f16c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ If you would like to run Picocrypt from source, or an executable isn't available
# 1. Prerequisites
**Linux:**
```bash
apt install -y gcc libgtk-3-dev libglu1-mesa xclip xorg-dev
apt install -y gcc xorg-dev libgtk-3-dev libgl1-mesa-dev libglu1-mesa xclip
```
**macOS:**
```bash