Changes
Page history
Update Building a MinGW WoW64 Wine with a custom vkd3d build
authored
Nov 28, 2024
by
Francisco Casas
Show whitespace changes
Inline
Side-by-side
Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md
View page @
4b13e327
...
@@ -24,7 +24,7 @@ Wine](https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine#satisfying-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:
...
@@ -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
...
@@ -190,7 +190,7 @@ $ make
You can append
`-jN`
to parallelize using
`N`
jobs.
You can append
`-jN`
to parallelize using
`N`
jobs.
And i
f the build succeeds, then we run
I
f the build succeeds, then we run
```
sh
```
sh
$
make
install
$
make
install
...
...
...
...