mirror of
https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
synced 2025-06-07 16:06:11 +00:00
Write about WinPcap in INSTALL.windows.
This commit is contained in:
parent
ffc2d1c497
commit
7181e74c46
@ -23,11 +23,12 @@ $ pacman -S VCS base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-gstreamer
|
|||||||
|
|
||||||
9) Start "MinGW-w64 Win64 Shell".
|
9) Start "MinGW-w64 Win64 Shell".
|
||||||
|
|
||||||
10) Run as follows. Set CFLAGS and LDFLAGS properly when you run ./configure.
|
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
|
$ git clone https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
|
||||||
$ cd ohmultivideoscanner
|
$ cd ohmultivideoscanner
|
||||||
$ CFLAGS="-IWpdPack/Include" LDFLAGS="-LWpdPack/Lib/x64" ./configure
|
$ CFLAGS="-I../WpdPack/Include" LDFLAGS="-L../WpdPack/Lib/x64" ./configure
|
||||||
$ make
|
$ make
|
||||||
$ ./omvs 233.19.187.192/30 233.19.187.244 233.19.187.1
|
$ ./omvs 233.19.187.192/30 233.19.187.244 233.19.187.1
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user