Write about WinPcap in INSTALL.windows.

This commit is contained in:
Taeho Oh 2016-03-03 10:58:08 +09:00
parent ffc2d1c497
commit 7181e74c46

View File

@ -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".
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
$ cd ohmultivideoscanner
$ CFLAGS="-IWpdPack/Include" LDFLAGS="-LWpdPack/Lib/x64" ./configure
$ 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
-------------------------------------------------------------------------------