Required Linux libraries

The following libraries are required by Dwarf Fortress on Linux: libsdl-image1.2 libsdl-ttf2.0 libgtk2.0 libglu1 openssl.

Also, Dwarf Fortress (the versions supported by Remote) is a 32-bit application, so you need to make sure to install 32-bit versions of these libraries. Due to the differences between Linux distributions, refer to the documentation for your OS.

Ubuntu

You can install the required libraries with the following commands in a terminal:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libsdl-image1.2:i386 libsdl-ttf2.0-0:i386 libgtk2.0-0:i386 libglu1-mesa:i386 openssl:i386