Specify OpenDHT version in compiling section.

This commit is contained in:
Nicolás Ortega Froysa 2017-11-20 14:05:02 +01:00
parent e6be2716f4
commit 7f7f9ae047
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -55,7 +55,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), [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.
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) (`>= v1.4.0`), [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 ..