We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b775817 commit 6f0f6b2Copy full SHA for 6f0f6b2
BUILD-FROM-GIT.txt
@@ -1,4 +1,5 @@
1
I build from git using some top-level scripts.
2
+Refer to libnet/README.win32 if you're building for windows.
3
4
Minimum dependencies are:
5
appveyor.yml
@@ -0,0 +1,11 @@
+
+install:
+- appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
+- 7z x .\WpdPack_4_1_2.zip -o..
6
+before_build:
7
+- cd C:\projects\libnet\libnet
8
9
+build_script:
10
+- msvcbuild.bat
11
+- msvcbuild.bat x64
0 commit comments