diff --git a/README.md b/README.md index ca7b8cc..b15a1b6 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,8 @@
Download:
- ## Introduction @@ -68,16 +66,21 @@ Check out the [latest releases](https://github.com/locaal-ai/obs-cloudvocal/rele The plugin can be built on Windows, macOS, and Linux platforms. The build process is straightforward as all processing happens in the cloud. +Both Mac OSX and Linux rely on Conan for dependencies. Install Conan, e.g. `pip install conan`, and install the dependencies: +```sh +$ conan profile detect --force +$ conan install . --output-folder=./build_conan --build=missing -g CMakeDeps +``` + ### Mac OSX ```sh -$ ./.github/scripts/build-macos -c Release +$ ./.github/scripts/build-macos --config Release ``` ### Linux ```sh -$ sudo apt install -y libssl-dev $ ./.github/scripts/build-linux ``` @@ -93,6 +96,8 @@ If you're developing the plugin, I find this command to be useful for direct dep > .\.github\scripts\Build-Windows.ps1 -Configuration RelWithDebInfo -SkipDeps && Copy-Item -Force -Recurse .\release\RelWithDebInfo\* "C:\Program Files\obs-studio\" ``` +### Other Plugins + Check out our other plugins: - [LocalVocal](https://github.com/locaal-ai/obs-localvocal) for on-device real-time transcription and translation - [Background Removal](https://github.com/locaal-ai/obs-backgroundremoval) for removing background from live portrait video