From e405a875711f6614954bb39a0d7ba932a17ba6b7 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 9 Dec 2022 06:31:32 -0800 Subject: [PATCH] set install dir --- docs/dev/Compile.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dev/Compile.rst b/docs/dev/Compile.rst index 0c804e0c2..d85ebebee 100644 --- a/docs/dev/Compile.rst +++ b/docs/dev/Compile.rst @@ -807,6 +807,7 @@ Step 4: install DFHack and run DF Back in the container, run the following commands:: cd dfhack/build + cmake .. -DCMAKE_INSTALL_PREFIX=/home/buildmaster/df ninja install cd ~/df wine64 "Dwarf Fortress.exe"