From cc1de2dcd034b21781be0c811eac84982b8c2457 Mon Sep 17 00:00:00 2001 From: pdxlocations <117498748+pdxlocations@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:21:17 -0800 Subject: [PATCH] Add Libraries to Linux Native (#1639) --- .../devices/linux-native-hardware/linux-native-hardware.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx index 8f3b7aa5..18ed7eab 100644 --- a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx +++ b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx @@ -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