summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-04-04 08:51:28 +0200
committerGravatar Nikias Bassen2022-04-04 08:51:28 +0200
commit82d235703044c5af9da8ad8f77351fd2046dac47 (patch)
tree044e5d35e888055387a8ef9887aebb3bf624eaef
parentc42442a4c98f45ce8064c057a66d184e2acfb7c9 (diff)
downloadlibirecovery-82d235703044c5af9da8ad8f77351fd2046dac47.tar.gz
libirecovery-82d235703044c5af9da8ad8f77351fd2046dac47.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 7e83def..6eec953 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ First install all required dependencies and build tools:
```shell
sudo apt-get install \
build-essential \
+ pkg-config \
checkinstall \
git \
autoconf \
@@ -114,4 +115,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-10-23
+README Updated on: 2022-04-04