VAL icon indicating copy to clipboard operation
VAL copied to clipboard

fails to load libVAL.so when launched from a different directory --- script for a static build?

Open guicho271828 opened this issue 4 years ago • 1 comments

guicho271828 avatar Feb 16 '21 20:02 guicho271828

add_static_option.diff.gz

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.

karpase avatar Jul 04 '21 13:07 karpase