From f492108cf3ec0d3ca56433932de4a43d7b3f5bc0 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 25 Oct 2012 16:28:53 -0700 Subject: Add build instructions for Visual Studio 2010 --- libnet/win32/README.txt | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/libnet/win32/README.txt b/libnet/win32/README.txt index 074827a..9752083 100644 --- a/libnet/win32/README.txt +++ b/libnet/win32/README.txt @@ -25,7 +25,21 @@ Platform SDK : http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ 4. To properly setup the winpcap/libpcap dependencies. - Visual Studio .NET Instructions. +- Visual Studio 2010 Instructions. + + Select libnet project + Right-click, and select Properties + Under Configuration Properties, select VC++ Directories + + Select Include files. + Add the following path + wpdpack\Include + Select Library paths. + Add the following path + wpdpack\Lib + +- Visual Studio .NET Instructions. + Select Tools/Options Under the options dialog, select Projects and then VC++ Directories Select Include files. @@ -35,10 +49,14 @@ Platform SDK : http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ Add the following path wpdpack\Lib - Visual C++ 6.0 Instructions +- Visual C++ 6.0 Instructions + You will need to also install the Microsoft Platform SDK in order to have iphlpapi.h + The platform SDK is available here: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ - NOTE: The include order is important, or you will get redefinition errors. Put the platform sdk's directory first. + + NOTE: The include order is important, or you will get redefinition errors. Put the platform sdk's directory first. + Select Tools/Options Select the Directories Tab Select Include files. @@ -51,7 +69,3 @@ Platform SDK : http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ Program Files\Microsoft SDK\Lib - - - - -- cgit v1.2.1