Simplify Linux dependencies

This commit is contained in:
Evan Su 2022-01-09 12:19:52 -05:00 committed by GitHub
parent da246a21bc
commit eeea74ef41
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 # 1. Prerequisites
**Linux:** **Linux:**
```bash ```bash
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 apt install -y gcc libgtk-3-dev libglu1-mesa xclip xorg-dev
``` ```
**macOS:** **macOS:**
```bash ```bash