diff --git a/README.md b/README.md index 8f13540c..4886f0da 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,13 @@ $ meson --buildtype=release . build $ ninja -C build ``` +On FreeBSD, `ld` does not look by default in /usr/local/lib, and you will get errors about some libraries being not found. +To fix that, append `LDFLAGS="-L/usr/local/lib"`: +```bash +$ LDFLAGS="-L/usr/local/lib" meson --buildtype=release . build +$ ninja -C build +``` + Built binary can be found in `build/src` ### To install