Skip to content
Ben Lubar edited this page Jul 11, 2017 · 3 revisions

If you just want the latest development version of df-ai, you can download an automated build.


  1. Download DFHack using Git.
  2. Download df-ai into <dfhack root directory>/plugins/df-ai using Git.
  3. Add the following line to <dfhack root directory>/plugins/CMakeLists.custom.txt:
    add_subdirectory(df-ai)
    
  4. Continue compiling DFHack as normal, using the steps given in the DFHack documentation.
Clone this wiki locally