summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-04-04 08:52:09 +0200
committerGravatar Nikias Bassen2022-04-04 08:52:09 +0200
commitd0a61eb39fc79e6ebc7e9a91188213e742b048dd (patch)
treeeed554a269709cf3fec70157ff3f37229023bd60
parent280575bb95977241e240ed081a2602d68746443e (diff)
downloadidevicerestore-d0a61eb39fc79e6ebc7e9a91188213e742b048dd.tar.gz
idevicerestore-d0a61eb39fc79e6ebc7e9a91188213e742b048dd.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 cdc983b..3b52567 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ First install all required dependencies and build tools:
```shell
sudo apt-get install \
build-essential \
+ pkg-config \
checkinstall \
git \
autoconf \
@@ -165,4 +166,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
This project 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