Skip to content
Ben Lubar edited this page Jul 10, 2017 · 3 revisions
  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