You would need to build it and I'm currently doing the same but haven't yet completed the project (I'm about a week into it at this point).
Building the project from scratch is very difficult if you haven't had much experience working with compilers, linking, or both autotools and cmake build systems, or pkg-config.
There are at least two main dependencies which are not packaged by ubuntu distros in the currently required version (vkd3d and osmesa).
vkd3d will need libvulkan, spir-v and vulkan headers. libvulkan will need at least 1.1.113, current libvulkan package available is v1.1.70.
libvkd3d will also require both the spir-v and vulkan headers.
I just finished building and packaging libvulkan 1.1.121 for personal use so if you have trouble with that I can help.
If you'd like to compare notes/tips/tricks or just have questions I'm more frequently on reddit (same username), so you can direct message me there.
kernel@kernel:~$ sudo apt install --install-recommends winehq-devel
[sudo] password for kernel:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
winehq-devel : Depends: wine-devel (= 4.15~bionic)
E: Unable to correct problems, you have held broken packages.
I tryed some times to install wine-develop but with no results.... I don't understand how to install it. I read the posts you gave me and I tried to make a new list of operations to follow from a reset situation:
DOWNLOAD THE RELEASE KEY: viewtopic.php?f=8&t=32192
Navigate to the directory you downloaded it to and install it with
sudo apt-key add Release.key
Add the repository:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Update:
sudo apt update
Install unmet dependence: faudio
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
Install wine:
sudo apt install --install-recommends winehq-devel