Add Libraries to Linux Native (#1639)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run

This commit is contained in:
pdxlocations 2024-12-27 11:21:17 -08:00 committed by GitHub
parent e76ba5c958
commit cc1de2dcd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ UART HATs and SX1302/SX1303 chip-based HATs are not supported. Only hats that us
- Necessary system libraries should be installed before building or installing Meshtastic.
```shell
sudo apt install libgpiod-dev libyaml-cpp-dev libbluetooth-dev
sudo apt install libgpiod-dev libyaml-cpp-dev libbluetooth-dev libusb-1.0-0-dev libi2c-dev
```
- And optionally for web server support
```shell