]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
readme edit
authorG.E. <gregory.economou@vectorcamp.gr>
Wed, 17 Apr 2024 20:03:09 +0000 (23:03 +0300)
committerG.E. <gregory.economou@vectorcamp.gr>
Wed, 17 Apr 2024 20:03:09 +0000 (23:03 +0300)
README.md

index 2e68d2e6d60a7ec2bcabb4fa471cdac83dc339ed..d5f0892c60e8b24aec949c8c262746663a98a9f2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -146,6 +146,7 @@ export CXX="/usr/pkg/gcc12/bin/g++"
 ```
 
 In FreeBSD similarly, you might want to install a different compiler.
+If you want to use gcc, it is recommended to use gcc12.
 You will also, as in NetBSD, need to install cmake, sqlite, boost and ragel packages.
 Using the example of gcc12 from pkg:
 installing the desired compiler: 
@@ -175,12 +176,6 @@ export CXX="/usr/local/bin/g++12"
 
 Then continue with the build as below. 
 
-A note about running in FreeBSD: if you built a dynamically linked binary
-with an alternative compiler, the libraries specific to the compiler that
-built the binary will probably not be found and the base distro libraries
-in /lib will be found instead. Adjust LD_LIBRARY_PATH appropriately. For
-example, with gcc12 installed from pkg, one would want to use
-```export LD_LIBRARY_PATH=/usr/local/lib/gcc12/``` 
 
 ## Configure & build