emphasize running wineboot

develop
Myk Taylor 2022-12-08 18:51:05 -08:00
parent f547bb3fb1
commit acedc7617f
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 2 additions and 2 deletions

@ -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.