mirror of
https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
synced 2025-07-05 14:46:10 +00:00
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
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 when you run ./configure.
|
|
-------------------------------------------------------------------------------
|
|
$ git clone https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
|
|
$ cd ohmultivideoscanner
|
|
$ CFLAGS="-IWpdPack/Include" LDFLAGS="-LWpdPack/Lib/x64" ./configure
|
|
$ make
|
|
$ ./omvs 233.19.187.192/30 233.19.187.244 233.19.187.1
|
|
-------------------------------------------------------------------------------
|