From 6dd1af30e7a2dde2de430a76f2b39bfd3dd7083f Mon Sep 17 00:00:00 2001 From: Rudolph Froger Date: Tue, 5 Mar 2024 08:19:24 +0100 Subject: [PATCH] Add instructions for FreeBSD --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5d1b887b79..1d8bd27720 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ $ ln -s /usr/local/Cellar/libxml2/2.9.12/lib/libxml2.2.dylib /usr/local/lib/libx $ export LIBXML2=/usr/local/Cellar/libxml2/2.9.12/lib/pkgconfig/libxml-2.0.pc ``` +### FreeBSD +[Community contributed](https://github.com/KWARC/rust-libxml/issues/130#issuecomment-1976348349) + +``` +$ pkg install libxml2 pkgconf +``` + ### Windows [Community contributed](https://github.com/KWARC/rust-libxml/issues/81#issuecomment-760364976):