From: Gregory Economou Date: Mon, 22 Apr 2024 09:07:15 +0000 (+0300) Subject: removed LD_LIBRARY_PATH comment from readme X-Git-Tag: vectorscan/5.4.12^2~64^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7439a605ef7593b4992ef6c62fc4340be93c635;p=thirdparty%2Fvectorscan.git removed LD_LIBRARY_PATH comment from readme --- diff --git a/README.md b/README.md index 2e68d2e6..51cd60da 100644 --- 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: