Skip to content

Instantly share code, notes, and snippets.

@salaros
Created September 9, 2018 09:26
Show Gist options
  • Save salaros/96eb3a8f25aedb5accc80c0b4c249232 to your computer and use it in GitHub Desktop.
Save salaros/96eb3a8f25aedb5accc80c0b4c249232 to your computer and use it in GitHub Desktop.
Mount and Blade configuration script for Linux
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