Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 853 Bytes

README.md

File metadata and controls

executable file
·
25 lines (17 loc) · 853 Bytes

CMake GitHub release (latest SemVer)

spinet

A simple network library powered by epoll and proactor pattern.

Installation

Required

  1. cmake version 3.10 or above
  2. c++ standard 17 or above
git clone https://github.com/Frodez/spinet
cmake -B spinet/build -S spinet/ -DCMAKE_BUILD_TYPE=Release
cmake --build spinet/build --config Release --target install

The default installation path is spinet/release.

Third-party dependencies

  1. robin-map v0.6.3
  2. httpparser(dependency for example, not for library)