Skip to content

Commit d88635e

Browse files
committed
More README fixes for other linux distro build instructions
Add Vulkan headers to dependencies and fix paths in copy steps
1 parent 6a18570 commit d88635e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

151152
1. 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

0 commit comments

Comments
 (0)