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.
nntpchan/doc/developer/subprojects.md
Jeff Becker 61c35b7652
* change feed defaults to be sane
* update docs

* add git revision to version

* bump to 2.5.1
2017-09-24 10:00:03 -04:00

611 B

subprojects

This is a list of subprojects related to the main nntpchan daemon

Mostly rewrite attempts

nntpchand

Golang refactor of srndv2

Build Requirements:

  • go 1.9

  • GNU Make

To build:

$ make beta

To run tests:

$ make test-beta

To clean:

$ make clean-beta

nntpd

Native C++ rewrite of nntpchan daemon

Build Requirements:

  • GNU Make

  • clang c++ compiler

  • pkg-config

  • libuv-1.x

  • libsodium-1.x

To build:

$ make native

To run tests:

$ make native-test

To clean:

$ make clean-native

Tests

$ make test-full