If you want to update either wine or vkd3d's source code, we can execute
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
the following commands in order. `ccache` should help reducing the
compilations times.
compilations times.
``` sh
``` sh
...
@@ -339,3 +338,5 @@ make install
...
@@ -339,3 +338,5 @@ make install
cd$HOME/wine-dirs/wine32
cd$HOME/wine-dirs/wine32
make
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.