Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,13 @@ To install other needed packages like cmake, we recommend first installing Homeb
After installation of Homebrew, install cmake and ffmpeg by:

```bash
brew install cmake ffmpeg
brew install cmake ffmpeg@4
# note: make sure you have cmake 3.8 or later, you can install from cmake official website if it's too old
```
Link to ffmpeg@4 if there are other versions installed
```bash
brew link ffmpeg@4
```

Clone the repo recursively(important)

Expand Down