summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-04-04 08:53:43 +0200
committerGravatar Nikias Bassen2022-04-04 08:53:43 +0200
commit2839789bdb581ede7c331b9b4e07e0d5a89d7d18 (patch)
tree944254f37d999bb3c8b42588b51aa0a968f8bb13 /README.md
parente3a3180b9b380ce9092ee0d7b8e9d82d66b1c261 (diff)
downloadusbmuxd-2839789bdb581ede7c331b9b4e07e0d5a89d7d18.tar.gz
usbmuxd-2839789bdb581ede7c331b9b4e07e0d5a89d7d18.tar.bz2
Updated README with pkg-config requirement
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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:
39```shell 39```shell
40sudo apt-get install \ 40sudo apt-get install \
41 build-essential \ 41 build-essential \
42 pkg-config \
42 checkinstall \ 43 checkinstall \
43 git \ 44 git \
44 autoconf \ 45 autoconf \
@@ -155,4 +156,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
155usbmuxd is an independent software application and has not been 156usbmuxd is an independent software application and has not been
156authorized, sponsored, or otherwise approved by Apple Inc. 157authorized, sponsored, or otherwise approved by Apple Inc.
157 158
158README Updated on: 2021-08-30 159README Updated on: 2022-04-04