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:
22```shell 22```shell
23sudo apt-get install \ 23sudo apt-get install \
24 build-essential \ 24 build-essential \
25 pkg-config \
25 checkinstall \ 26 checkinstall \
26 git \ 27 git \
27 autoconf \ 28 autoconf \
@@ -114,4 +115,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
114This project is an independent software library and has not been authorized, 115This project is an independent software library and has not been authorized,
115sponsored, or otherwise approved by Apple Inc. 116sponsored, or otherwise approved by Apple Inc.
116 117
117README Updated on: 2020-10-23 118README Updated on: 2022-04-04