mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
removed LD_LIBRARY_PATH comment from readme
This commit is contained in:
parent
cfa8397e97
commit
c7439a605e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user