which packet.lib ?
vivek2545 opened this issue · 4 comments
Explain please
Note: you need to install Npcap and copy the appropriate Packet.lib file from the SDK (x86 or x64) to C:\Users\Username.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\lib in order to build on Windows.
my errror
linking with link.exe
failed: exit code: 1181
note: LINK : fatal error LNK1181: cannot open input file 'Packet.lib'
error: could not compile dispatch-proxy
due to previous error
error: failed to compile dispatch-proxy v0.1.0
, intermediate artifacts can be found at C:\Users\SPELLM~1\AppData\Local\Temp\cargo-installsvnr8I
- What's your Windows version?
- Are you running Windows 32-bit or 64-bit?
- Please share the full path and the contents of the folder where you copied
Packet.lib
.
why dont you release the executable file for easy ? @alexkirsz
This is something I intend to do down the road. There are Github actions to automate this process.
I've added more detailed Windows instructions in #10, which should hopefully resolve @vivek2545's original issue.
I've also created #11 to track @Doimatcuabautroi's suggestion to release executable files.