From b1bf24c6a313c787f11d53e23d0359955f83a284 Mon Sep 17 00:00:00 2001 From: Amna <amna.snene@savoirfairelinux.com> Date: Tue, 3 Oct 2023 11:40:15 -0400 Subject: [PATCH] doc: update readme Change-Id: I1f32ffe43a51535ec64355186a1c7cc13e6be281 --- BUILD.md | 12 ------------ README.md | 6 ++++-- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/BUILD.md b/BUILD.md index 077865d..a493391 100644 --- a/BUILD.md +++ b/BUILD.md @@ -3,18 +3,6 @@ This document provides instructions on how to build DHTNet from source code. Ensure that you have met all the dependencies before proceeding with the build. ## Dependencies - -DHTNet depends on the following libraries: - -- **OpenDHT** 2.6, used to launch DHT nodes. -- **[pjproject (specific fork)](https://github.com/savoirfairelinux/pjproject)**, used for ICE negotiation. -- **msgpack-c** 1.3+, used for data serialization. -- **GnuTLS** 3.3+, used for cryptographic operations. -- **Nettle** 2.4+, a GnuTLS dependency for crypto. -- **{fmt}** 9.0+, for log formatting. -- **[Argen2](https://github.com/P-H-C/phc-winner-argon2)**, a dependency for key stretching. -- **Readline**, an optional dependency for the DHT tools. - Follow these instructions to install DHTNet dependencies depending on your system: ### Debian/Ubuntu diff --git a/README.md b/README.md index 564ef21..c73dd24 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,13 @@ int main() { DHTNet depends on the following libraries: - **OpenDHT** 2.6, used to launch DHT nodes. -- **[pjproject](https://github.com/savoirfairelinux/pjproject)**, used for ICE negotiation. -- **msgpack-c** 1.2+, used for data serialization. +- **[pjproject (our fork)](https://github.com/savoirfairelinux/pjproject)**, used for ICE negotiation. +- **msgpack-c** 1.3+, used for data serialization. - **GnuTLS** 3.3+, used for cryptographic operations. - **Nettle** 2.4+, a GnuTLS dependency for crypto. - **{fmt}** 9.0+, for log formatting. +- **[Argon2](https://github.com/P-H-C/phc-winner-argon2)**, a dependency for key stretching. +- **Readline**, an optional dependency for the DHT tools. ## See also -- GitLab