How do I start the Linux version of Mount & Blade: Warband from GOG in Fedora?
Solution 1:
At first you need to install qt5-qtbase-gui and qt5-qtbase
do that with:
sudo dnf install qt5-qtbase-gui
sudo dnf install qt5-qtbase
Also make sure you have libcurl installed, if not install that, too.
The solution for:
error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
I found here. So just do:
sudo ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl-gnutls.so.4