Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.

19 lines
159 B
Markdown
Raw Normal View History

# nntpchan-daemon
C++ rewrite
requirements:
2018-05-05 14:07:26 -04:00
* C++17 compiler
* libsodium 1.x
* GNU Make
2018-05-06 09:42:31 -04:00
building on freebsd:
$ gmake
building on Linux:
2018-05-06 09:42:31 -04:00
$ make