mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 14:27:45 -08:00
9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
- Necessary system libraries should be installed before building or installing Meshtasticd.
|
|
|
|
```shell
|
|
sudo apt install libgpiod-dev libyaml-cpp-dev libbluetooth-dev libusb-1.0-0-dev libi2c-dev
|
|
```
|
|
- And optionally for web server support
|
|
```shell
|
|
sudo apt install openssl libssl-dev libulfius-dev liborcania-dev
|
|
``` |