mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Add Libraries to Linux Native (#1639)
This commit is contained in:
parent
e76ba5c958
commit
cc1de2dcd0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue