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 "User:Lethosor/DFHack"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(update)
Line 1: Line 1:
 
== Lua scripts ==
 
== Lua scripts ==
 
Available on [https://github.com/lethosor/dfhack-scripts Github].
 
Available on [https://github.com/lethosor/dfhack-scripts Github].
 +
 +
== Build instructions ==
 +
(These are written for Linux or OS X environments, but don't
 +
=== Building for 0.40.23 ===
 +
# Follow the [https://github.com/DFHack/dfhack/blob/master/Compile.rst Compile.rst] instructions, but stop ''before'' running any CMake-related commands
 +
# Run the following commands from the DFHack source folder:
 +
<pre>
 +
cd library/xml
 +
git fetch origin
 +
git checkout origin/master
 +
</pre>
 +
# Continue with the CMake-related commands (be sure to change back to the source/build folder if necessary)

Revision as of 20:51, 5 January 2015

Lua scripts

Available on Github.

Build instructions

(These are written for Linux or OS X environments, but don't

Building for 0.40.23

  1. Follow the Compile.rst instructions, but stop before running any CMake-related commands
  2. Run the following commands from the DFHack source folder:
cd library/xml
git fetch origin
git checkout origin/master
  1. Continue with the CMake-related commands (be sure to change back to the source/build folder if necessary)