From 7181e74c468aab0b42855f9bd677b0ed99a18ed2 Mon Sep 17 00:00:00 2001 From: Taeho Oh Date: Thu, 3 Mar 2016 10:58:08 +0900 Subject: [PATCH] Write about WinPcap in INSTALL.windows. --- INSTALL.windows | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.windows b/INSTALL.windows index 7ce562e..9cae94d 100644 --- a/INSTALL.windows +++ b/INSTALL.windows @@ -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 -------------------------------------------------------------------------------