From 3a1122ca020c6c9bb65e75deacf0fbf736e602ac Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 16 Feb 2024 20:31:17 +0100 Subject: [PATCH] missing dependency. but it `gd` should come with the OS installation --- .../Linux-Installation-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md index 3a1878c1b..9993cceed 100644 --- a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md @@ -59,7 +59,7 @@ Install the requirements ```sh sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \ libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev \ -libbz2-dev liblz4-dev libbluetooth-dev libpython3-dev libssl-dev +libbz2-dev liblz4-dev libbluetooth-dev libpython3-dev libssl-dev libgd-dev ``` ### If you don't need...