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
@@ -24,7 +24,7 @@ Wine](https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine#satisfying-build
|
|||||||
|
|
||||||
Remember to install the `:i386` version of the required packages too (if your system has multi-lib support).
|
Remember to install the `:i386` version of the required packages too (if your system has multi-lib support).
|
||||||
|
|
||||||
The **mingw** and **vulkan** packages are important.
|
The **mingw** and **vulkan** related packages are important.
|
||||||
|
|
||||||
It is also recommended that you install `ccache`, as it may save us a
|
It is also recommended that you install `ccache`, as it may save us a
|
||||||
considerable amount of time during the builds.
|
considerable amount of time during the builds.
|
||||||
@@ -50,7 +50,7 @@ First, we clone the `wine` repository if we haven't already:
|
|||||||
$ git clone https://gitlab.winehq.org/wine/wine.git $HOME/wine-dirs/wine-git
|
$ git clone https://gitlab.winehq.org/wine/wine.git $HOME/wine-dirs/wine-git
|
||||||
```
|
```
|
||||||
|
|
||||||
We also need to clone `vkd3d` repository if we haven't already:
|
We also need to clone the `vkd3d` repository if we haven't already:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
$ git clone https://gitlab.winehq.org/wine/vkd3d.git $HOME/wine-dirs/vkd3d-git
|
$ git clone https://gitlab.winehq.org/wine/vkd3d.git $HOME/wine-dirs/vkd3d-git
|
||||||
@@ -190,7 +190,7 @@ $ make
|
|||||||
|
|
||||||
You can append `-jN` to parallelize using `N` jobs.
|
You can append `-jN` to parallelize using `N` jobs.
|
||||||
|
|
||||||
And if the build succeeds, then we run
|
If the build succeeds, then we run
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
$ make install
|
$ make install
|
||||||
|
Reference in New Issue
Block a user