From 4d362a5afe60e37e5fe1b5a64f575090707f667c Mon Sep 17 00:00:00 2001 From: rim Date: Fri, 20 Sep 2019 22:32:12 +0300 Subject: [PATCH] Update documentation with FreeBSD build instructions --- docs/reference/glib/building.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/reference/glib/building.xml b/docs/reference/glib/building.xml index 79567f6f7..720a6ff84 100644 --- a/docs/reference/glib/building.xml +++ b/docs/reference/glib/building.xml @@ -26,6 +26,12 @@ ninja -C _build ninja -C _build install + + On FreeBSD: + + env CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,--disable-new-dtags" meson -Dxattr=false -Dinstalled_tests=true -Diconv=external -Db_lundef=false _build + ninja -C _build + @@ -119,6 +125,16 @@ operating systems as well. + + + Python 3.5 or newer is required. Your system Python must + conform to PEP 394 + + For FreeBSD, this means that the + lang/python3 port must be installed. + + The libintl library from the