Skip to content

Commit a8d7398

Browse files
authored
doc update on how to handle error on macOS
1 parent 6632e41 commit a8d7398

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,14 +341,22 @@ record.start();
341341

342342
Everything is already set up.
343343

344-
## macOS
344+
### macOS
345345

346346
To run on macOS, install CMake through [Homebrew](https://brew.sh):
347347

348348
```bash
349349
brew install cmake
350350
```
351351

352+
If you encounter the error `cmake: command not found` during archiving:
353+
354+
1. Download [CMake](https://cmake.org/download/) and move it to the `Applications` Folder.
355+
2. Run:
356+
```bash
357+
sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install
358+
```
359+
352360
### Linux
353361

354362
For using this plugin on Linux, you must have [VLC](https://www.videolan.org) & [libVLC](https://www.videolan.org/vlc/libvlc.html) installed.

0 commit comments

Comments
 (0)