Update Building a MinGW WoW64 Wine with a custom vkd3d build

Francisco Casas
2024-11-28 17:31:23 +00:00
parent 4b13e32765
commit 10fa2b3bad

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