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
m (TOC)
(update)
Line 4: Line 4:
  
 
== Build instructions ==
 
== Build instructions ==
(These are written for Linux or OS X environments, but don't
+
(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 ===
 
=== 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
 
# 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:
 
# Run the following commands from the DFHack source folder:
Line 14: Line 17:
 
</pre>
 
</pre>
 
# Continue with the CMake-related commands (be sure to change back to the source/build folder if necessary)
 
# Continue with the CMake-related commands (be sure to change back to the source/build folder if necessary)
 +
-->

Revision as of 20:40, 6 January 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.)

Building for 0.40.23

Either use a release or follow the instructions in Compile.rst.