Anyone else getting this error? dsnote: error while loading shared libraries: libfmt.so.11: cannot open shared object file: No such file or directory
On my system, it's up to version 12, and there doesn't appear to be an update from upstream. Can't downgrade since it's being used elsewhere. Anyone got any ideas?
Edit: I restored the libfmt.so.11 from a snapshot, and put it in $HOME/.local/lib and then had to launch dsnote with LD_PRELOAD="$HOME/.local/lib/libfmt.so.11" dsnote and that seems to work as a stop-gap solution for now. Hopefully upstream updates their dependency to v12.
Pinned Comments
LFdev commented on 2025-01-01 13:44 (UTC)
New version was released. From now on, Vulkan support is enabled by default (please remember to install related optional Vulkan drivers for your GPU), ROCm support was removed and CUDA build process was improved, but still experimental. If you do not want to build it with CUDA support, it is possible to edit PKGBUILD before building (check inside notes).