Specify OpenDHT version in compiling section.
This commit is contained in:
parent
e6be2716f4
commit
7f7f9ae047
@ -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 ..
|
||||
|
Loading…
Reference in New Issue
Block a user