1) Install Windows 7 64bit.

2) Install WinPcap from http://www.winpcap.org/install/default.htm.

3) Install WinPcap Developer's Pack from https://www.winpcap.org/devel.htm.

4) Install MSYS2 from https://msys2.github.io/.

5) Start "MSYS2 Shell".

6) Run as follows.
-------------------------------------------------------------------------------
$ update-core
-------------------------------------------------------------------------------

7) Restart "MSYS2 Shell".

8) Run as follows.
-------------------------------------------------------------------------------
$ pacman -Su
$ pacman -S VCS base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-libav mingw-w64-x86_64-gst-plugins-bad mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-ugly
-------------------------------------------------------------------------------

9) Start "MinGW-w64 Win64 Shell".

10) Run as follows. Set CFLAGS and LDFLAGS properly to find WinPcap Developer's
Pack when you run ./configure.
-------------------------------------------------------------------------------
$ git clone https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
$ cd ohmultivideoscanner
$ CFLAGS="-I../WpdPack/Include" LDFLAGS="-L../WpdPack/Lib/x64" ./configure
$ make
$ ./omvs 233.19.187.192/30 233.19.187.244 233.19.187.1
-------------------------------------------------------------------------------