From c38834e8c66aeed3113f132f2a9a83890002b9c3 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Thu, 12 Sep 2024 21:36:40 +0200 Subject: [PATCH] add missing dpendency in redame --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89477fe..1d0b085 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,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 +sudo apt install build-essential libcurl4-openssl-dev libboost-dev bind9-host ``` If you are going to build with gpsd support, also install libgps-dev ```