Update Building a MinGW WoW64 Wine with a custom vkd3d build authored by Francisco Casas's avatar Francisco Casas
......@@ -316,8 +316,7 @@ wine-9.22-48-g33c16a81253
# Updating your build
If you want to update either wine or vkd3d's source code, we can execute
the following commands in order. `ccache` should help reducing the
If you want to update wine and vkd3d's source code (modifying `wine-git` and `vkd3d-git`), we can execute the following commands in order. `ccache` should help reducing the
compilations times.
``` sh
......@@ -339,3 +338,5 @@ make install
cd $HOME/wine-dirs/wine32
make
```
Note that if you only want to update vkd3d, it might only be necessary to run `make` and `make install` in the `vkd3d32` and `vkd3d64` since this will update the DLLs in the prefixes, that wine will load.
\ No newline at end of file