summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-10-25 16:28:53 -0700
committerSam Roberts <vieuxtech@gmail.com>2012-10-25 16:28:53 -0700
commitf492108cf3ec0d3ca56433932de4a43d7b3f5bc0 (patch)
tree532d2daf78a0cf8e31d5b69c31b6f8d96f0f63b7
parent6fd90cd70a085a1e3a37d773d233ef6caad743bd (diff)
downloadlibnet-f492108cf3ec0d3ca56433932de4a43d7b3f5bc0.tar.gz
Add build instructions for Visual Studio 2010
-rw-r--r--libnet/win32/README.txt28
1 files 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
+ <path>wpdpack\Include
+ Select Library paths.
+ Add the following path
+ <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
<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/
<path>Program Files\Microsoft SDK\Lib
-
-
-
-