From 6510c2c7557ad85d1554426687bd5b202af085cf Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Mon, 30 Mar 2026 19:46:49 +0200 Subject: [PATCH] #41 Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ee3f4..898f58b 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ git checkout develop ## 3.4. Prerequisites and dependencies Before first time building you need to install dependencies and prerequisites ``` -sudo apt install build-essential libcurl4-openssl-dev libboost-dev bind9-host +sudo apt install build-essential libcurl4-openssl-dev libboost-dev bind9-host nlohmann-json3-dev libopendht-dev ``` If you are going to build with gpsd support, also install libgps-dev ```