summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-04-04 08:55:58 +0200
committerGravatar Nikias Bassen2022-04-04 08:55:58 +0200
commit6f5b8e410f9615b3369ca5eb5367745e13d83b92 (patch)
tree54bfbc84b55c1a052693dc71c699d5fa2e01109e
parent14839dcda4ec8c86f11372665c853dc4a294fa72 (diff)
downloadifuse-6f5b8e410f9615b3369ca5eb5367745e13d83b92.tar.gz
ifuse-6f5b8e410f9615b3369ca5eb5367745e13d83b92.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 6b6b4f2..c806de4 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ First install all required dependencies and build tools:
```shell
sudo apt-get install \
build-essential \
+ pkg-config \
checkinstall \
git \
autoconf \
@@ -168,4 +169,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: 2020-06-13
+README Updated on: 2022-04-04