bincrafters / conan-npcap-dll

Conan.io recipes for NPCap dll project

Home Page:https://github.com/nmap/npcap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Npcap is the Nmap Project's packet sniffing library for Windows.

Conan.io package for Npcap project

Note: This package is for a subproject referred to as dll. It is a subproject and dependency of the complete NPCap package here:

https://github.com/bincrafters/conan-npcap

The packages generated with this conanfile can be found in conan.io.

To consume this package

Basic setup

$ conan install npcap-dll/0.93@bincrafters/testing

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
npcap-dll/0.93@bincrafters/testing

[generators]
txt
cmake

Actual Install

conan install . 

Installs the library (and all his dependencies) and generates the files conanbuildinfo.txt and conanbuildinfo.cmake with all the paths and variables that you need to link with your dependencies.

To build the package

Build packages

Download conan client from Conan.io and run:

$ python build.py

Upload packages to server

$ conan upload npcap-dll/0.93@bincrafters/testing --all

About

Conan.io recipes for NPCap dll project

https://github.com/nmap/npcap


Languages

Language:Python 89.8%Language:CMake 9.8%Language:C++ 0.4%