From 0b03ad9a216c46cbe2a793fdb45b99f4061658db Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 19 Apr 2023 15:37:49 -0700 Subject: [PATCH] Add note that binutils is required on FreeBSD (#1968) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 905ec8ba6..66ee9e997 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ To build on Mac and Linux just type `make`. On FreeBSD and OpenBSD `gmake` (GNU - Rust for x86_64 and ARM64 targets *if SSO is enabled in the build*. - **FreeBSD** - GNU make is required. Type `gmake` to build. + - `binutils` is required. Type `pkg install binutils` to install. - Rust for x86_64 and ARM64 targets *if SSO is enabled in the build*. - **OpenBSD** - There is a limit of four network memberships on OpenBSD as there are only four tap devices (`/dev/tap0` through `/dev/tap3`).