From: G.E. Date: Wed, 13 Mar 2024 15:33:23 +0000 (+0200) Subject: whitespace editing in readme X-Git-Tag: vectorscan/5.4.12^2~68^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ea53768a6f34f83b8deb93c6f5215b5a7c39d2e;p=thirdparty%2Fvectorscan.git whitespace editing in readme --- diff --git a/README.md b/README.md index e82517f0..764f5e8c 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ export CC="/usr/pkg/gcc12/bin/cc" export CXX="/usr/pkg/gcc12/bin/g++" ``` - In FreeBSD similarly, you might want to install a different compiler. Using the example of gcc12 from pkg: ``` @@ -132,7 +131,6 @@ export CC="/usr/local/bin/gcc" export CXX="/usr/local/bin/g++" ``` - Then continue with the build as below.