An open API service indexing awesome lists of open source software.

https://github.com/equalitie/gnunet-channels

Boost.Asio adapters for GNUnet/CADET
https://github.com/equalitie/gnunet-channels

Last synced: 3 months ago
JSON representation

Boost.Asio adapters for GNUnet/CADET

Awesome Lists containing this project

README

        

[![CircleCI](https://circleci.com/gh/equalitie/gnunet-channels/tree/master.svg?style=shield)](https://circleci.com/gh/equalitie/gnunet-channels/tree/master)

# Generate GNUnet's documentation

Instructions are provided in gnunet/doc/documentation/README.txt, but
in short:

```
$ cd gnunet
$ sh bootstrap
$ ./configure --enable-documentation
$ cd doc
$ make pdf
```