mirror of
https://github.com/occ-ai/obs-localvocal
synced 2024-11-07 18:57:14 +00:00
Update README.md
This commit is contained in:
parent
306c2883a5
commit
92eb568455
@ -77,6 +77,13 @@ Use the CI scripts again
|
|||||||
$ ./.github/scripts/build-linux.sh
|
$ ./.github/scripts/build-linux.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Copy the results to the standard OBS folders on Ubuntu
|
||||||
|
```sh
|
||||||
|
$ sudo cp -R release/RelWithDebInfo/lib/* /usr/lib/x86_64-linux-gnu/
|
||||||
|
$ sudo cp -R release/RelWithDebInfo/share/* /usr/share/
|
||||||
|
```
|
||||||
|
Note: The official [OBS plugins guide](https://obsproject.com/kb/plugins-guide) recommends adding plugins to the `~/.config/obs-studio/plugins` folder.
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
Use the CI scripts again, for example:
|
Use the CI scripts again, for example:
|
||||||
|
Loading…
Reference in New Issue
Block a user