From f2f28a17d3446b2c1cc110a1224a17ff7cd5685b Mon Sep 17 00:00:00 2001 From: Fred Gilham <fred@sunbot.homedns.org> Date: Thu, 23 Mar 2017 08:27:29 -0700 Subject: [PATCH] Add a note about FreeBSD 10+ requirements. --- BUILDING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILDING b/BUILDING index 0331a4f8a..16d1dfb59 100644 --- a/BUILDING +++ b/BUILDING @@ -25,6 +25,9 @@ b) A supported C compiler for the C runtime code. means the vendor-supplied C compiler. The compiler must be available under the name specified by your ports Config file. + Note for FreeBSD 10 and above: The build requires gcc (Clang will + not work) and the lib32 compatiblity package. + c) GNU make This has to be available either as gmake or make in your PATH, or -- GitLab