Include pkg-config in dependencies

Fixes #41
This commit is contained in:
Tor Arne Vestbø
2025-01-17 21:40:45 +01:00
committed by GitHub
parent 5df6fced25
commit 8a914b97df

View File

@@ -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: