Skip to content

Commit

Permalink
docs(README): add note about fontconfig dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jul 26, 2024
1 parent 95bf7a5 commit d9a04f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,14 @@ Run using Nix flakes:
# Run ls
$ nix run github:tomcur/font-info -- --family-name "Liberation Sans"
```

## Dependencies

### fontconfig

On Unix-like systems the program depends on fontconfig (and pkg-config for
finding fontconfig during build). For example, for Debian or Ubuntu:

```bash
sudo apt install pkg-config libfontconfig-dev
```

0 comments on commit d9a04f0

Please sign in to comment.