We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6632e41 commit a8d7398Copy full SHA for a8d7398
README.md
@@ -341,14 +341,22 @@ record.start();
341
342
Everything is already set up.
343
344
-## macOS
+### macOS
345
346
To run on macOS, install CMake through [Homebrew](https://brew.sh):
347
348
```bash
349
brew install cmake
350
```
351
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
360
### Linux
361
362
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