# Note: depends on cmake # Note: depends on msgpack-c # Note: depends on pkg-config # Note: depends on readline # Note: depends on argon2 wget -c https://github.com/savoirfairelinux/opendht/archive/1.3.6/opendht-1.3.6.tar.gz tar -xzf opendht-1.3.6.tar.gz cd opendht-1.3.6 mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX="/usr" .. make # Doesn't mind -j# make install