Skip to content

Commit 4ab9a2f

Browse files
authored
Update README.md
1 parent d337eec commit 4ab9a2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Plugin Host2 can interface directly with audio and MIDI hardware, OBS audio sour
2626
- E.g. allows creating new submixes
2727
- Can be used as 'dummy' source to host Device IO
2828

29+
## Installation
30+
- Download and install [latest release](https://github.com/atkAudio/PluginForObsRelease/releases/latest)
31+
- Manual/portable installations: extract `.dll|.dylib|.so` from installer and copy it to OBS plugins directory. For example on Linux, extract `atkaudio-pluginforobs.so` from `.deb` file and copy it to `~/.config/obs-studio/plugins/atkaudio-pluginforobs/bin/64bit/`
2932

3033
## Build instructions
3134
Project is based on [OBS Plugin Template](https://github.com/obsproject/obs-plugintemplate) and depends on [JUCE Framework](https://github.com/juce-framework/JUCE). Install JUCE Framework [Minimum System Requirements](https://github.com/juce-framework/JUCE#minimum-system-requirements) and OBS Plugin Template [Supported Build Environment](https://github.com/obsproject/obs-plugintemplate#supported-build-environments) and follow OBS Plugin Template [Quick Start Guide](https://github.com/obsproject/obs-plugintemplate/wiki/Quick-Start-Guide).
@@ -38,4 +41,4 @@ cmake --preset ubuntu-x86_64
3841
cmake --build --preset ubuntu-x86_64
3942
```
4043
Find `atkaudio-pluginforobs.so` and copy it to OBS plugins directory.
41-
See `CMakePresets.json` for Windows, macOS and other build presets.
44+
See `CMakePresets.json` for Windows, macOS and other build presets.

0 commit comments

Comments
 (0)