Skip to content

wzhone/Libnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ___       ___  ________  ________   ________  ________   
|\  \     |\  \|\   __  \|\   ___  \|\   __  \|\   __  \  
\ \  \    \ \  \ \  \|\ /\ \  \\ \  \ \  \|\  \ \  \|\  \ 
 \ \  \    \ \  \ \   __  \ \  \\ \  \ \   __  \ \   ____\
  \ \  \____\ \  \ \  \|\  \ \  \\ \  \ \  \ \  \ \  \___|
   \ \_______\ \__\ \_______\ \__\\ \__\ \__\ \__\ \__\   
    \|_______|\|__|\|_______|\|__| \|__|\|__|\|__|\|__|   

LIBNAP

A Cross-Platform LIBrary of Network APplication tools

Publish Package

Ubuntu

Windows





通过CMake进行构建


Linux


$ git clone https://github.com/wzhone/libnap.git
$ cd ./libnap
$ mkdir -p build
$ cd build
$ cmake ..
$ make -j `nproc`
$ ./test/test

Windows


$ git clone https://github.com/wzhone/libnap.git
$ mkdir build
$ cd build
$ cmake .. -A x64
$ cmake --build . --config Release
$ .\test\Release\test.exe

平台需求


Windows
Visual Studio 2019
Windows SDK Version >= 10.0
Linux
G++ Version >= 9.3.0
Make Version >= 4.3
CMake version >= 3.1