Skip to content

Commit

Permalink
Include pkg-config in dependencies
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
torarnv authored Jan 17, 2025
1 parent 5df6fce commit 8a914b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a914b9

Please sign in to comment.