additional stuff

This commit is contained in:
2025-04-17 14:50:57 +02:00
parent 3ff2515b61
commit ef735aaa44
3 changed files with 69 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ This guide walks you through building the Auracaster system, flashing it to an S
Before building, install the required packages (for Ubuntu/Debian):
```bash
sudo apt update && sudo apt install -y build-essential git rsync bc python3 unzip file wget cpio libssl-dev libncurses5-dev flex bison libelf-dev device-tree-compiler u-boot-tools
sudo apt update && sudo apt install -y build-essential git rsync bc python3 unzip file wget cpio libssl-dev libncurses5-dev flex bison libelf-dev device-tree-compiler u-boot-tools libgnutls28-dev
```
## Building the System