From e2d527aef151f35747e1ddc2442f6a55a8e56b78 Mon Sep 17 00:00:00 2001 From: CYBAI Date: Tue, 21 Aug 2018 21:52:51 +0800 Subject: [PATCH] Add `autoconf` as required dependency for macOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2385ee48a04..e635c28de3c 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Please select your operating system: #### On macOS (homebrew) ``` sh -brew install automake pkg-config python cmake yasm +brew install automake autoconf@2.13 pkg-config python cmake yasm brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server --with-orc -with-libogg --with-opus --with-pango --with-theora --with-libvorbis pip install virtualenv ```