meshtastic/docs/blocks/_native-libraries.mdx

9 lines
314 B
Plaintext
Raw Normal View History

2025-01-01 11:15:58 -08:00
- 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
```