From 8a914b97dfc19cc084286381942d918d4eff0ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 17 Jan 2025 21:40:45 +0100 Subject: [PATCH] Include pkg-config in dependencies Fixes #41 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d484686..1c06c46 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Or download the latest tar-ball: Install dependencies: - - [macFUSE][macfuse] on *macOS*, e.g. via `brew install macfuse` - - `sudo apt-get install libfuse-dev fuse` on Debian-based *GNU/Linux* distros + - [macFUSE][macfuse] on *macOS*, e.g. via `brew install pkgconf macfuse` + - `sudo apt-get install pkg-config libfuse-dev fuse` on Debian-based *GNU/Linux* distros - Or install the latest FUSE manually from [source][fuse] Compile: