protonscr

problem installing

dxvkclosed question
doitsujin/dxvk#5520 · opened 2026-02-20 by Splittzcreen · updated 2026-03-12 · 5 comments · github
SSplittzcreen 2026-02-20 github

Ubuntu 24.04.4 LTS

when following install instructions, when i run ./package-release.sh master build/,
it says:

Program glslang glslangValidator found: NO
meson.build:189:16: ERROR: Program 'glslang glslangValidator' not found or not executable

glslang is installed, running glslang --version gives:

Glslang Version: 11:15.2.0
ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 15.2.0
GLSL Version: 4.60 glslang Khronos. 15.2.0
SPIR-V Version 0x00010600, Revision 1
GLSL.std.450 Version 100, Revision 1
Khronos Tool ID 8
SPIR-V Generator Version 11
GL_KHR_vulkan_glsl version 100
ARB_GL_gl_spirv version 100

meson is 1.10.1
i installed gslang by following the instructions from https://github.com/KhronosGroup/glslang

RRiesi 2026-02-20 github

Have you tried to use the Ubuntu repository packages instead of building glslang and others yourself? (sounded like you built yourself)

Maybe you need the -dev packages.

https://launchpad.net/ubuntu/+source/glslang

SSplittzcreen 2026-02-21 github

for clarification, i did build it myself
which specific version should i get? and i dont see any packages marked as dev packages in the link you sent?

SSplittzcreen 2026-02-21 github

okay i directly installed the glslang binaries from the main-tot and copied them into my /bin and the dxvk install worked,
am i done after running ./package-release.sh master /your/target/directory --no-package or are there more steps to the install? i assume im done

BBlisto91 2026-02-21 github

That script compiles the dxvk files but doesn't actually install them.
Assuming you are wanting to install in regular system Wine there are some steps to follow here https://github.com/doitsujin/dxvk#how-to-use

KK0bin maintainer 2026-03-12 github

It's been almost 20 days since the last answer so I'm gonna close this. Feel free to reopen if you have more questions.

Nothing extracted yet.