Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: DF Dependency resolving script for Debian/Ubuntu Linux  (Read 1290 times)

DoomBoom

  • Escaped Lunatic
    • View Profile
DF Dependency resolving script for Debian/Ubuntu Linux
« on: April 19, 2014, 05:23:31 pm »

A while ago I tried to install Dwarf Fortress on Linux and I found I had some problems, so back then I made a script that could automate installing everything DF needed and fixed the audio bug Dwarf Fortress has on Linux. I used it today while reinstalling DF and it worked great, so I thought I should share it.

It should install all 32-bit libraries DF needs and create symbolic links so Dwarf Fortress can find your audio libraries. I haven't tested it much though, so it definitely possible I missed some libraries that were already installed on my computer. If you find some, please post them here so I can add them.

Just download the file, give it execution privileges with
Code: [Select]
sudo chmod a+x df_depend.sh
and execute it with
Code: [Select]
sudo ./df_depend.sh
DOWNLOAD:
https://dl.dropboxusercontent.com/u/26359447/dontdelete/df_depend.sh

I hope this can help some people make it easier to get DF to work on their computer.
Logged

Swonnrr

  • Bay Watcher
    • View Profile
Re: DF Dependency resolving script for Debian/Ubuntu Linux
« Reply #1 on: April 20, 2014, 09:51:19 pm »

from the README.linux:
Spoiler (click to show/hide)
I'm not sure the libgl is included in libglu1-mesa, but it should.

For the record and in case of brokenlinks:
Spoiler (click to show/hide)
Logged

DoomBoom

  • Escaped Lunatic
    • View Profile
Re: DF Dependency resolving script for Debian/Ubuntu Linux
« Reply #2 on: April 21, 2014, 03:37:49 pm »

I'm not sure the libgl is included in libglu1-mesa, but it should.

Yeah I remember I didn't add libgl because libglu1-mesa depends on it, so it should be installed with that.
Logged