protonscr

meson.build:133:0: ERROR: Include dir ./include/vulkan/include does not exist.

dxvkclosed
doitsujin/dxvk#3244 · opened 2023-02-09 by noelcurray · updated 2023-02-09 · 2 comments · github
Nnoelcurray 2023-02-09 github

Hi.
I'm having a hard time to install dxvk on my system.
I don't know if this is the right place to ask this or in arch forum but I'll try it here anyways.

I tried to run ./package-release.sh master . --no-package

but this gives me the error message of
meson.build:133:0: ERROR: Include dir ./include/vulkan/include does not exist.

I already search in google but I can't see any answers.
Thank you.

BBlisto91 2023-02-09 github

Remember to include --recursive when cloning so you also get the submodules like so git clone --recursive https://github.com/doitsujin/dxvk.git

If you have already cloned you should be able to fetch them with git submodule update --init --recursive

Nnoelcurray 2023-02-09 github

thank you very much @Blisto91.

Nothing extracted yet.