Skip to content

Instantly share code, notes, and snippets.

@DanielVartanov
Created July 9, 2015 15:30
Show Gist options
  • Save DanielVartanov/c5434b07ecc68d50b7eb to your computer and use it in GitHub Desktop.
Save DanielVartanov/c5434b07ecc68d50b7eb to your computer and use it in GitHub Desktop.
sudo apt-get install libgtk2.0-0:i386 libglu1-mesa:i386 libsdl-image1.2:i386 libsdl-sound1.2:i386 libsdl-ttf2.0-0:i386 libopenal1:i386
mkdir ~/opt
cd ~/opt
wget http://www.bay12games.com/dwarves/df_40_24_linux.tar.bz2
tar xjf df_40_24_linux.tar.bz2
rm df_40_24_linux.tar.bz2
sudo apt-get install qt5-qmake qtbase5-dev qtbase5-dev-tools qtdeclarative5-dev
sudo apt-get install texlive-latex-extra
git clone https://github.com/splintermind/Dwarf-Therapist.git --depth=1
cd Dwarf-Therapist
qmake -qt=5
make -j$(nproc)
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment