Skip to content

Commit 24272e6

Browse files
committed
Expand dependencies section in README
Closes #43
1 parent c8a5f41 commit 24272e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ A wrapper around [freedesktop.org's Fontconfig library][homepage], for locating
1919
Dependencies
2020
------------
2121

22+
This crate is a wrapper around the Fontconfig C-library, thus it must be installed. If your OS has separate `dev`/`devel` packages, then you will need to install the that version of the package. Below is the package name for a few operating systems. If your system is not listed, a search of your package repository for `fontconfig` should find what you need.
23+
2224
* Alpine Linux: `fontconfig-dev`
2325
* Arch Linux: `fontconfig`
2426
* Debian-based systems: `libfontconfig1-dev`
2527
* FreeBSD: `fontconfig`
28+
* Nix: `fontconfig`
2629
* Void Linux: `fontconfig-devel`
2730

2831
Usage

0 commit comments

Comments
 (0)