VAL
VAL copied to clipboard
fails to load libVAL.so when launched from a different directory --- script for a static build?
The attached diff modifies the CMake config to enable a static build. To build statically, use:
mkdir build_static cmake -DCMAKE_STATIC=True .. make
I have only tested this on my Ubuntu 18.04 WSL, where it makes the binary 25MB instead of 3MB, so only use if necessary.
Cheers, Erez.