Skip to content

Commit 85fc289

Browse files
Carsten SchaferCarsten Schafer
authored andcommitted
Update to more recent version of instructions
Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
1 parent 1d96831 commit 85fc289

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

BUILDING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ from the master copy needed for cmake. Please use the version of this [Poco fix]
1616
Poco may take several minutes depending on the platform you are building on.
1717

1818
## Ubuntu
19-
These instructions have proven to work on Ubuntu 20.4.
19+
These instructions have proven to work on Ubuntu 23.04.
2020
```bash
21-
sudo apt install git cmake g++ libssl-dev libmariadb-dev
21+
sudo apt install git cmake g++ libssl-dev libmariadb-dev libmariadbclient-dev-compat
2222
sudo apt install libpq-dev libaprutil1-dev apache2-dev libboost-all-dev
23-
sudo apt install librdkafka-dev default-libmysqlclient-dev
24-
sudo apt install nlohmann-json-dev
23+
sudo apt install librdkafka-dev
24+
sudo apt install zlib1g-dev nlohmann-json3-dev ca-certificates libcurl4-openssl-dev
2525

2626
cd ~
2727
git clone https://github.com/Telecominfraproject/wlan-cloud-lib-poco --branch poco-tip-v1 poco

0 commit comments

Comments
 (0)