Created
September 9, 2018 09:26
-
-
Save salaros/96eb3a8f25aedb5accc80c0b4c249232 to your computer and use it in GitHub Desktop.
Mount and Blade configuration script for Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )" | |
cd "${SCRIPTPATH}" | |
sudo apt install libsdl2-2.0-0 libsdl2-2.0-0:i386 \ | |
libcurl3-gnutls libcurl3-gnutls:i386 \ | |
libxi-dev libxmu-dev | |
mkdir -pv QtLibs_bak && mv -v *Qt*.so* QtLibs_bak/ | |
LD_LIBRARY_PATH=$(pwd) ./mbw_config_linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment