From f445979318be8b63c8ccd3b929b972fd4cd72145 Mon Sep 17 00:00:00 2001 From: Taeho Oh Date: Sat, 7 Jan 2017 00:32:05 +0900 Subject: [PATCH] Add INSTALL.macos. --- INSTALL.macos | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 INSTALL.macos diff --git a/INSTALL.macos b/INSTALL.macos new file mode 100644 index 0000000..0cafb2f --- /dev/null +++ b/INSTALL.macos @@ -0,0 +1,13 @@ +1) Install Mac OS X El Capitan Version 10.11.6 + +2) Install Homebrew from http://brew.sh + +3) Run as follows. +------------------------------------------------------------------------------- +$ brew install gstreamer gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav +$ git clone https://bitbucket.org/ohhara/ohmulticastvideoscanner.git +$ cd ohmulticastvideoscanner +$ ./configure +$ make +$ sudo ./omvs 233.19.187.192/30 233.19.187.244 233.19.187.1 +-------------------------------------------------------------------------------