This file contains 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
# Install a bunch of dependencies (Might not be everything, sorry!) | |
sudo apt-get install libsdl1.2debian:i386 libsdl-image1.2:i386\ | |
libsdl-ttf2.0-0:i386 libglu1-mesa:i386 libgtk2.0-0:i386\ | |
libopenal1:i386 libjpeg62:i386 git tar unzip bzip2 | |
# Fetch Dwarf fortress itself (See http://www.bay12games.com/dwarves/ ) | |
mkdir dwarf-fortress && cd dwarf-fortress | |
wget -o - http://www.bay12games.com/dwarves/df_42_06_linux.tar.bz2 | tar xvjf - | |
# Install Phoebus graphics pack (See http://www.bay12forums.com/smf/index.php?topic=137096.0 ) |