From 2839789bdb581ede7c331b9b4e07e0d5a89d7d18 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 4 Apr 2022 08:53:43 +0200 Subject: Updated README with pkg-config requirement --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1808f8..8249358 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ First install all required dependencies and build tools: ```shell sudo apt-get install \ build-essential \ + pkg-config \ checkinstall \ git \ autoconf \ @@ -155,4 +156,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc. usbmuxd is an independent software application and has not been authorized, sponsored, or otherwise approved by Apple Inc. -README Updated on: 2021-08-30 +README Updated on: 2022-04-04 -- cgit v1.1-32-gdbae