The DLLs aren't there because your build failed, but you didn't post any console output from the actual build process, just the aftermath.
I edited the output of the ninja command that fails in.
Same issue as https://github.com/doitsujin/dxvk/issues/532.
@doitsujin sorry I was not searching or even reading the readme to the very end. I am able to build it now.
@nextgenthemes how did you install glslangValidator? It is not available on Ubuntu and I didn't find a package to install it.
@legluondunet You can download teh release from github and extract it to /usr. I saw someone reddit say to install it this way. Does not feel very good but works. I made a PR for my entire wine-dxvk install script i put together while figuring out how to get this installed https://github.com/doitsujin/dxvk/blob/b5d0b6cfab5ada7760673766e404db5987f37d5f/ubuntu-wine-dxvk-install.sh
I am trying to build DXVK using wine-3.13 (Staging) on Kubuntu 18.04
I think the install instructions could be a lot better, I had to find out package names and apparently at least to someone on reddit installing glslang can be installed just by extracting it to /usr
Errors from the build:
Sorry for the German but basically there are directories that are expected but not there or can not be created, its also trying to remove files that are not there. I also tried to use my ~/dxvk directory where the clone of this repo is as a target but it fails with the same errors. When I look into the target after build I see only empty x32 and x64 directories.
Just tried the manual compile and ninja fails with this (probably the same and the reason the easy build fails as well)