We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a6735 commit 014a8a4Copy full SHA for 014a8a4
1 file changed
README.md
@@ -70,6 +70,8 @@ pkg install -y \
70
devel/nasm \
71
devel/ninja \
72
devel/pkgconf \
73
+ graphics/vulkan-headers \
74
+ graphics/vulkan-loader \
75
multimedia/libass \
76
multimedia/libv4l \
77
multimedia/libva \
@@ -86,7 +88,7 @@ pkg install -y \
86
88
87
89
```bash
90
sudo apt install -y \
-autoconf \
91
+ autoconf \
92
automake \
93
build-essential \
94
cmake \
@@ -100,6 +102,7 @@ autoconf \
100
102
libsdl2-dev \
101
103
libtool \
104
libvorbis-dev \
105
+ libvulkan-dev \
106
libxcb1-dev \
107
libxcb-shm0-dev \
108
libxcb-xfixes0-dev \
0 commit comments