From: isildur-g Date: Wed, 6 Mar 2024 14:50:26 +0000 (+0100) Subject: formatting in readme X-Git-Tag: vectorscan/5.4.12^2~68^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4739c76a1152bacc6c4fa61b6f2636ca1bb2f055;p=thirdparty%2Fvectorscan.git formatting in readme --- diff --git a/README.md b/README.md index fb9b1bba..7bf2d046 100644 --- a/README.md +++ b/README.md @@ -117,15 +117,19 @@ Assuming an existing HomeBrew installation: In NetBSD you will almost certainly need to have a newer compiler installed. Using the example of gcc12 from pkgsrc, one will need to set three environment variables before starting: +``` export CC="/usr/pkg/gcc12/bin/cc" export CXX="/usr/pkg/gcc12/bin/g++" export CXXFLAGS="-gdwarf-4 -Wno-redundant-move" +``` In FreeBSD similarly, using gcc12 from pkg +``` export CC=/usr/local/bin/gcc export CXX=/usr/local/bin/g++ export CXXFLAGS="-gdwarf-4" +``` Then continue with the build as below.