.. | ||
contrib | ||
daemon | ||
include/nntpchan | ||
libnntpchan | ||
tools | ||
.clang-format | ||
.gitignore | ||
Makefile | ||
nntpchan.ini | ||
README.md | ||
test.cpp |
nntpchan-daemon
C++ rewrite
requirements:
-
C++17 compiler
-
libsodium 1.x
-
GNU Make
building on freebsd:
$ gmake
building on Linux:
$ make