import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import { Icon } from "@iconify/react"; The following libraries must be installed before building `meshtasticd`: Debian} default> ```shell # Base dependencies sudo apt install libgpiod-dev libyaml-cpp-dev libbluetooth-dev libusb-1.0-0-dev libi2c-dev # Optional dependencies for web server support sudo apt install openssl libssl-dev libulfius-dev liborcania-dev ``` Fedora}> ```shell # Enable the Meshtastic build tools COPR repository sudo dnf copr enable @meshtastic/build-tools # Base dependencies sudo dnf install gcc-c++ pkgconfig(yaml-cpp) pkgconfig(libgpiod) pkgconfig(bluez) pkgconfig(libusb-1.0) libi2c-devel # Optional dependencies for web server support sudo dnf install pkgconfig(openssl) pkgconfig(liborcania) pkgconfig(libyder) pkgconfig(libulfius) ```