We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2380450 commit 6dd1af3Copy full SHA for 6dd1af3
1 file changed
README.md
@@ -34,6 +34,13 @@ $ ln -s /usr/local/Cellar/libxml2/2.9.12/lib/libxml2.2.dylib /usr/local/lib/libx
34
$ export LIBXML2=/usr/local/Cellar/libxml2/2.9.12/lib/pkgconfig/libxml-2.0.pc
35
```
36
37
+### FreeBSD
38
+[Community contributed](https://github.com/KWARC/rust-libxml/issues/130#issuecomment-1976348349)
39
+
40
+```
41
+$ pkg install libxml2 pkgconf
42
43
44
### Windows
45
46
[Community contributed](https://github.com/KWARC/rust-libxml/issues/81#issuecomment-760364976):
0 commit comments