Skip to content

Commit 6dd1af3

Browse files
rudolphfrogerdginev
authored andcommitted
Add instructions for FreeBSD
1 parent 2380450 commit 6dd1af3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ $ ln -s /usr/local/Cellar/libxml2/2.9.12/lib/libxml2.2.dylib /usr/local/lib/libx
3434
$ export LIBXML2=/usr/local/Cellar/libxml2/2.9.12/lib/pkgconfig/libxml-2.0.pc
3535
```
3636

37+
### FreeBSD
38+
[Community contributed](https://github.com/KWARC/rust-libxml/issues/130#issuecomment-1976348349)
39+
40+
```
41+
$ pkg install libxml2 pkgconf
42+
```
43+
3744
### Windows
3845

3946
[Community contributed](https://github.com/KWARC/rust-libxml/issues/81#issuecomment-760364976):

0 commit comments

Comments
 (0)