-
Notifications
You must be signed in to change notification settings - Fork 19
Installing LinuxDwarfPack dependencies
McArcady edited this page Jun 27, 2020
·
11 revisions
A pack built using lnp-forge (such as 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 following packages, depending on your distro:
$ sudo apt install libsdl-image1.2 libsdl-ttf2.0-0 gnome-terminal openjdk-8-jre python3-tk qt5-default
$ 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
TBC
TBC