mwptools
mwptools copied to clipboard
7.217.* Manual intervention required
When installing mwptools 7.217.337 (or later) from a version prior to 7.217.337 , manual intervention may be required.
#!/usr/bin/env bash
## Uncomment on of the below depending on where you install
#PREFIX=/usr
#PREFIX=/usr/local
PREFIX=~/.local
[ -f ${PREFIX}/lib/libmwpclib.so ] && rm -f ${PREFIX}/lib/libmwpclib.so
[ -f ${PREFIX}/lib/libmwpvlib.so ] && rm -f ${PREFIX}/lib/libmwpvlib.so
This is unavoidable to to a change to versioned shared libraries to support the "work in progress" Gtk4 upgrade.
If you use Arch Linux / AUR PKGBUILD, this is done for you.
sudo will be required for system directory installs.