mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -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
|
||
|
```
|