add build dependencies to readme
All checks were successful
/ test (push) Successful in 3m54s

This commit is contained in:
Jacob Lifshay 2026-01-06 16:13:36 -08:00
parent 4177a58c8d
commit 38a1fb328b
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -13,6 +13,15 @@ Usage:
Getting it from https://rustup.rs/ is recommended.
* Install required build dependencies:
On Debian 12:
```bash
sudo apt update
sudo apt install build-essential clang unzip
```
* Compile and run:
```bash