From 85fc28974c2b6e9e9e30c63ff690313e852e6168 Mon Sep 17 00:00:00 2001 From: Carsten Schafer Date: Tue, 19 Mar 2024 17:18:15 -0400 Subject: [PATCH] Update to more recent version of instructions Signed-off-by: Carsten Schafer --- BUILDING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index b94eb02..3e93c13 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -16,12 +16,12 @@ from the master copy needed for cmake. Please use the version of this [Poco fix] Poco may take several minutes depending on the platform you are building on. ## Ubuntu -These instructions have proven to work on Ubuntu 20.4. +These instructions have proven to work on Ubuntu 23.04. ```bash -sudo apt install git cmake g++ libssl-dev libmariadb-dev +sudo apt install git cmake g++ libssl-dev libmariadb-dev libmariadbclient-dev-compat sudo apt install libpq-dev libaprutil1-dev apache2-dev libboost-all-dev -sudo apt install librdkafka-dev default-libmysqlclient-dev -sudo apt install nlohmann-json-dev +sudo apt install librdkafka-dev +sudo apt install zlib1g-dev nlohmann-json3-dev ca-certificates libcurl4-openssl-dev cd ~ git clone https://github.com/Telecominfraproject/wlan-cloud-lib-poco --branch poco-tip-v1 poco