]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
removed LD_LIBRARY_PATH comment from readme
authorGregory Economou <groik@devel-freebsd14-aarch64-01.lan>
Mon, 22 Apr 2024 09:07:15 +0000 (12:07 +0300)
committerGregory Economou <groik@devel-freebsd14-aarch64-01.lan>
Mon, 22 Apr 2024 09:07:15 +0000 (12:07 +0300)
README.md

index 2e68d2e6d60a7ec2bcabb4fa471cdac83dc339ed..51cd60da1c4a639c1b05b1faf2e8b495b9a99256 100644 (file)
--- a/README.md
+++ b/README.md
@@ -175,13 +175,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
 
 In order to configure with `cmake` first create and cd into a build directory: