-
Notifications
You must be signed in to change notification settings - Fork 19
Installing LinuxDwarfPack dependencies
McArcady edited this page Dec 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
)
$ sudo apt install libsdl-image1.2 libsdl-ttf2.0-0 gnome-terminal openjdk-8-jre python3-tk qt5-default unionfs-fuse
$ 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
$ sudo pacman -S sdl_image sdl_ttf gnome-terminal jre8-openjdk python tk qt5-base unionfs-fuse
TBC