From acedc7617f2466b7909fa0ec42dca0e01cd72306 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 8 Dec 2022 18:51:05 -0800 Subject: [PATCH] emphasize running wineboot --- docs/dev/Compile.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/Compile.rst b/docs/dev/Compile.rst index b934cb44d..3044658f0 100644 --- a/docs/dev/Compile.rst +++ b/docs/dev/Compile.rst @@ -838,8 +838,8 @@ host when you want to reattach:: docker start -ai dfhack-win -Make sure you run ``wineserver -p`` before you start building or running DF in the -container. +Make sure you run ``wineserver -p`` and ``wine64 wineboot`` before you start building +or running DF in the container or risk terrible slowness. If you edit code and need to rebuild, just ``ninja install`` should suffice. You shouldn't need to source ``msvcenv-native.sh`` or reconfigure cmake from scratch.