Remove unnecessary Linux dependencies

This commit is contained in:
Evan Su 2021-12-15 17:15:18 -05:00 committed by GitHub
parent 677f4736e5
commit 724b96300a
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 make libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev libxxf86vm-dev libgtk-3-dev xdg-utils libglu1-mesa xclip
apt install -y gcc libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev libxxf86vm-dev libgtk-3-dev libglu1-mesa xclip
```
macOS:
```bash