From 20b17e5b478ff0e7a8cf075c5d051fd56089d154 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 21 Apr 2023 18:12:09 +0200 Subject: [PATCH] Update build instructions for Linux --- content/get-started/linux/1-source.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/get-started/linux/1-source.md b/content/get-started/linux/1-source.md index d7c98bd..f07b5a4 100644 --- a/content/get-started/linux/1-source.md +++ b/content/get-started/linux/1-source.md @@ -20,6 +20,7 @@ $ sudo apt-get install \ automake \ libtool-bin \ libplist-dev \ + libimobiledevice-glue-dev \ libusbmuxd-dev \ libssl-dev \ usbmuxd @@ -42,4 +43,4 @@ Enter the commands provided below. ```shell-session $ sudo make install -``` \ No newline at end of file +```