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
Line 5: Line 5:
 
== Build instructions ==
 
== 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.)
 
(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.24 ===
 
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)
 
-->
 

Revision as of 21:09, 1 July 2015

Lua scripts

Available on 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.)