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
- Host: GitHub
- URL: https://github.com/equalitie/gnunet-channels
- Owner: equalitie
- License: gpl-3.0
- Created: 2017-10-23T09:05:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T08:32:09.000Z (about 7 years ago)
- Last Synced: 2025-01-04T01:36:37.276Z (5 months ago)
- Language: C++
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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
```