Added download section.

This commit is contained in:
Nicolás Ortega Froysa 2017-08-19 12:44:04 -05:00
parent 3a1a94c953
commit 61b220c765
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -8,6 +8,7 @@ This repository provides a library with interfaces by which you can access the n
- [Roadmap](#roadmap)
- [API Documentation](#api-documentation)
- [Clients](#clients)
- [Downloads](#downloads)
- [Compiling](#compiling)
- [Contributing](#contributing)
- [License](#license)
@ -44,8 +45,14 @@ Clients
-------
_There are currently no clients available._
Downloads
---------
Binaries and documentation of the library can be downloaded from the [releases page](https://notabug.org/Deathsbreed/NeoComm/releases).
Compiling
---------
The code can be downloaded via the [NotABug git repository](https://notabug.org/Deathsbreed/NeoComm).
To build this project you will need a C++11 compatible compiler ([GCC](https://gcc.gnu.org/) is recommended), the [OpenDHT library](https://github.com/savoirfairelinux/opendht), [msgpack-c](https://github.com/msgpack/msgpack-c), and the [CMake build system](https://cmake.org/). To build run the following commands from the root directory of the project.
```
$ cd build/