v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Masterwork:Linux"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
This is a starter page for Linux users of the Masterwork mod.
 
This is a starter page for Linux users of the Masterwork mod.
 +
 +
The bundled stonesense has old libjpg and libpng.  Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib.  You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.
  
 
Example: start soundSense and Dwarf Therapist first:
 
Example: start soundSense and Dwarf Therapist first:
<syntaxhighlight lang="bash">
+
<pre>
 
#!/bin/bash
 
#!/bin/bash
  
Line 8: Line 10:
 
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &
 
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &
 
./dfhack
 
./dfhack
</syntaxhighlight>
+
</pre>

Revision as of 01:31, 19 April 2013

This is a starter page for Linux users of the Masterwork mod.

The bundled stonesense has old libjpg and libpng. Create a softlink from Dwarf Fortress/stonesense/deplibs/libjpeg.so.62 to your system libjpg in /usr/lib. You'll have to find a binary libpng12.so.0 on the 'net and put it in the same deplibs directory.

Example: start soundSense and Dwarf Therapist first:

#!/bin/bash

( cd ../MasterworkDwarfFortress/Utilities/soundSense ; ./soundSense.sh ../../../Dwarf\ Fortress/gamelog.txt ) &
( cd ../MasterworkDwarfFortress/Utilities/DwarfTherapist ; ./DwarfTherapist ) &
./dfhack