mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
Update Building a MinGW WoW64 Wine with a custom vkd3d build
@@ -316,8 +316,7 @@ wine-9.22-48-g33c16a81253
|
|||||||
|
|
||||||
# Updating your build
|
# Updating your build
|
||||||
|
|
||||||
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
|
|||||||
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.
|
Reference in New Issue
Block a user