Added dependency for OpenDHT

This commit is contained in:
Nicolás Ortega Froysa 2017-08-18 16:57:29 -05:00
parent 48e9006220
commit 23b456e44e
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -40,7 +40,7 @@ _NOTE: This roadmap will require modifications._
API Documentation
-----------------
NeoComm uses [Doxygen](http://www.stack.nl/~dimitri/doxygen/) to generate its documentation (for NeoComm developers please refer to the [contributing section](#contributing)) which generates HTML and `man` page documentation which you can do so by running `doxygen` in the root directory of the project or by using their graphical wizard.
NeoComm uses [Doxygen](http://www.stack.nl/~dimitri/doxygen/) to generate its documentation (for NeoComm developers please refer to the [contributing section](#contributing)) which generates HTML documentation, which you can do by running `doxygen` in the root directory of the project or by using the graphical wizard.
Public documentation will be published with every major release.
@ -50,7 +50,7 @@ _There are currently no clients available._
Compiling
---------
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), and the [CMake build system](https://cmake.org/). To build run the following commands from the root directory of the project.
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/
$ cmake ..