Added dependency for OpenDHT
This commit is contained in:
parent
48e9006220
commit
23b456e44e
@ -40,7 +40,7 @@ _NOTE: This roadmap will require modifications._
|
|||||||
|
|
||||||
API Documentation
|
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.
|
Public documentation will be published with every major release.
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ _There are currently no clients available._
|
|||||||
|
|
||||||
Compiling
|
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/
|
$ cd build/
|
||||||
$ cmake ..
|
$ cmake ..
|
||||||
|
Loading…
Reference in New Issue
Block a user