diff --git a/README.md b/README.md index c2e0fee..4577efc 100644 --- a/README.md +++ b/README.md @@ -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 ..