summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-04-04 08:55:00 +0200
committerGravatar Nikias Bassen2022-04-04 08:55:00 +0200
commitbdd8ede4ae316fd6aab991449ba912054c39e8ec (patch)
treeb37ec8f36f023459221538d2b1fbb6c33888caf7
parentd5c37d657969a6c71ff965a3f17004a844449879 (diff)
downloadideviceinstaller-bdd8ede4ae316fd6aab991449ba912054c39e8ec.tar.gz
ideviceinstaller-bdd8ede4ae316fd6aab991449ba912054c39e8ec.tar.bz2
Updated README with pkg-config requirement
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 00c0d40..c3d4f34 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ First install all required dependencies and build tools:
29```shell 29```shell
30sudo apt-get install \ 30sudo apt-get install \
31 build-essential \ 31 build-essential \
32 pkg-config \
32 checkinstall \ 33 checkinstall \
33 git \ 34 git \
34 autoconf \ 35 autoconf \
@@ -123,4 +124,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
123ideviceinstaller is an independent software application and has not been 124ideviceinstaller is an independent software application and has not been
124authorized, sponsored or otherwise approved by Apple Inc. 125authorized, sponsored or otherwise approved by Apple Inc.
125 126
126README Updated on: 2020-06-13 127README Updated on: 2022-04-04