File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ For other distros where you can't use the CI build script, you can build the plu
147147
148148 * libssl (with development headers)
149149 * icu
150+ * vulkan headers
150151
1511521 . Install rust via [ rustup] ( https://rust-lang.org/tools/install/ ) (recommended), or your distribution's package manager
152153
@@ -166,7 +167,7 @@ For other distros where you can't use the CI build script, you can build the plu
166167
167168 ` ` ` sh
168169 mkdir -p ~ /.config/obs-studio/plugins/bin/64bit
169- cp -R ./output_dir/lib/obs-plugins/* ~ /.config/obs-studio/plugins/bin/64bit/
170+ cp -R ./output_dir/lib/obs-plugins/* ~ /.config/obs-studio/plugins/obs-localvocal/ bin/64bit/
170171 ` ` `
171172
172173 > N.B. Depending on your system, the plugin might be in ` ./output_dir/lib64/obs-plugins` instead.
@@ -175,7 +176,7 @@ For other distros where you can't use the CI build script, you can build the plu
175176
176177 ` ` ` sh
177178 mkdir -p ~ /.config/obs-studio/plugins/data
178- cp -R ./output_dir/share/obs/obs-plugins/obs-localvocal/* ~ /.config/obs-studio/plugins/data/
179+ cp -R ./output_dir/share/obs/obs-plugins/obs-localvocal/* ~ /.config/obs-studio/plugins/obs-localvocal/ data/
179180 ` ` `
180181
181182# ## Windows
You can’t perform that action at this time.
0 commit comments