How to compile with the d12 vk replacement?

Questions about Wine on Linux
Locked
here
Level 2
Level 2
Posts: 29
Joined: Sun Jan 28, 2018 5:51 am

How to compile with the d12 vk replacement?

Post by here »

I have a libvk3d including dev files in my paket manager on ubuntu marked as installed.
wines ./configure doesn't find any dev headers and claims d12 won't be available.
Therefore i wonder, what files exactly do i need? Where do i get them? Where do i place them and how do i tell the wine pre-compile system how to find them?
spoon0042
Level 6
Level 6
Posts: 570
Joined: Thu Dec 24, 2009 11:00 am

Re: How to compile with the d12 vk replacement?

Post by spoon0042 »

I assume you're building 32-bit wine, so you may need the libvkd3d-dev:i386 package as well. And many other 32-bit packages if you haven't already installed them. Are you following some guide for building wine? It's not exactly easy if you're not familiar with certain things.
here
Level 2
Level 2
Posts: 29
Joined: Sun Jan 28, 2018 5:51 am

Re: How to compile with the d12 vk replacement?

Post by here »

I was just building 64bit as building both gave me trouble in the container.

No real guide , it is ./configure --enable-win64 , make , make install

Just the configure part says that there is no proper vulkan material so i was wondering what exactly it looks for.
Locked