diff --git a/README.md b/README.md index db6285b..80c566e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ This fork improves the [original](https://github.com/ponchio/untrunc) in the fol Windows users can download the latest version [here](https://github.com/anthwlock/untrunc/releases/latest).\ In certain cases a specific version of ffmpeg is needed. Untrunc works great with ffmpeg 3.3.9. +#### macOS with Homebrew + +``` +brew install ffmpeg yasm +export PKG_CONFIG_PATH="/opt/homebrew/lib/pkgconfig" +CPPFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib" make +``` + #### With system libraries ```shell