-
-
Notifications
You must be signed in to change notification settings - Fork 9
Install MacOS
Norihiro Kamae edited this page Jul 24, 2022
·
8 revisions
This page describes the install procedure step-by-step.
- GUI installation from DMG
- GUI installation from ZIP
- CUI installation from ZIP for all users
- CUI installation from ZIP for current user
- Download and open the dmg package. A window with two icons will appear.
- Drag and drop
obs-color-monitor
intoplugins
displayed the window.
Note that if you never installed other plugins, you need to create a directory /Library/Application Support/obs-studio/plugins
before this step.
- Download and open the zip package on a Finder.
Once you open the file, a folder named
obs-color-monitor
will be created. - Open a new Finder window and go to
/Library/Application Support/obs-studio/plugins
.- Type Command + Shift + G and input
/
. - Then, enter
Library
, ...,plugins
.
- Type Command + Shift + G and input
- Copy the folder
obs-color-monitor
intoplugin
.
Once you copied obs-color-monitor
, the directory structure will be as below.
Type these commands on Terminal.
sudo mkdir -p '/Library/Application Support/obs-studio/plugins'
cd '/Library/Application Support/obs-studio/plugins'
sudo unzip ~/Downloads/obs-color-monitor-0.1.5-macos.zip
Type these commands on Terminal.
mkdir -p ~/Library/Application\ Support/obs-studio/plugins
cd ~/Library/Application\ Support/obs-studio/plugins
unzip ~/Downloads/obs-color-monitor-0.1.5-macos.zip