Error No package 'vulkan' found solution

Error phenomenon:

When executing the CMake command of video_Codec_SDK, sometimes the problem of No package 'vulkan' found is encountered, as shown in the following figure:

bold style

solution:

Enter at the command line:

sudo apt-get install  libvulkan-dev

After pressing Enter, the terminal outputs the following content:
insert image description here
problem solved

Guess you like

Origin blog.csdn.net/jndingxin/article/details/122661101