diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 29cfe2b2a..6f1de3b54 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -1,4 +1,4 @@ - + # Setting up your local development environment @@ -241,6 +241,12 @@ DEBUG=1 bash util/run-gnu-test.sh tests/misc/sm3sum.pl Note that GNU test suite relies on individual utilities (not the multicall binary). +On FreeBSD, you need to install packages for GNU coreutils and sed (used in shell scripts instead of system commands): + +```shell +pkg install coreutils gsed +``` + ## Code coverage report Code coverage report can be generated using [grcov](https://github.com/mozilla/grcov).