summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-04-04 08:53:00 +0200
committerGravatar Nikias Bassen2022-04-04 08:53:00 +0200
commite362173c72fc2a221a3e67cc4031fbaeb2e99613 (patch)
treece3a6080ff60bbfcfa3a582f8c06a05683e8b56d
parent8ba05c3dd6de818a13f5becc86eebf1e5111fa29 (diff)
downloadlibideviceactivation-e362173c72fc2a221a3e67cc4031fbaeb2e99613.tar.gz
libideviceactivation-e362173c72fc2a221a3e67cc4031fbaeb2e99613.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 c463fcf..ca2946d 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ First install all required dependencies and build tools:
```shell
sudo apt-get install \
build-essential \
+ pkg-config \
checkinstall \
git \
autoconf \
@@ -117,4 +118,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
This project is an independent software library and has not been authorized,
sponsored, or otherwise approved by Apple Inc.
-README Updated on: 2020-06-13
+README Updated on: 2022-04-04