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)
m
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
== 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 similar steps should work for Windows assuming you have git available on the command line.)
 
=== Building for 0.40.23 ===
 
Either use a [https://github.com/DFHack/dfhack/releases release] or follow the instructions in [https://github.com/DFHack/dfhack/blob/master/Compile.rst Compile.rst].
 
<!--
 
=== Building for 0.40.xx ===
 
# 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)
 
-->
 

Latest revision as of 21:09, 1 July 2015

Lua scripts[edit]

Available on Github.