Skip to content

Installing LinuxDwarfPack dependencies

McArcady edited this page Sep 26, 2020 · 11 revisions

The LinuxDwarfPack will require the following to run properly:

  • first follow the main wiki installation page (http://dwarffortresswiki.org/index.php/DF2014:Installation#Linux) to make sure that the game itself will run on your system
  • then install the packages below, depending on your distribution
  • setup python3 as default for better results with the LNP interface (otherwise, also install package python2-tk)

Ubuntu/Debian

$ sudo apt install libsdl-image1.2 libsdl-ttf2.0-0 gnome-terminal openjdk-8-jre python3-tk qt5-default unionfs-fuse

Fedora/SuSE/CentOS/RedHat

$ sudo dnf install SDL SDL_image SDL_ttf openal-soft alsa-lib alsa-plugins-pulseaudio mesa-dri-drivers gnome-terminal java-1.8.0-openjre python3-tkinter qt5-qttools unionfs-fuse

Arch

TBC

Slackware

TBC

Clone this wiki locally