summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-04-04 08:48:31 +0200
committerGravatar Nikias Bassen2022-04-04 08:48:31 +0200
commitbc6c44b92091c9587a9bed0ed3f2c3248bfd13b3 (patch)
tree5f904ceddae6858f98d861c030f2b83371d54eae
parent0da2aa35f2bdfd5b06fc4564a46298a5d689c4fa (diff)
downloadlibimobiledevice-glue-bc6c44b92091c9587a9bed0ed3f2c3248bfd13b3.tar.gz
libimobiledevice-glue-bc6c44b92091c9587a9bed0ed3f2c3248bfd13b3.tar.bz2
Updated README with pkg-config requirement
Thanks @ichbluu for pointing this out.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a98d6c..0b68059 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ First install all required dependencies and build tools:
```shell
sudo apt-get install \
build-essential \
+ pkg-config \
checkinstall \
git \
autoconf \
@@ -103,4 +104,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
This project is an independent software and has not been authorized, sponsored,
or otherwise approved by Apple Inc.
-README Updated on: 2021-09-25
+README Updated on: 2022-04-04