Skip to content

Commit 29932f3

Browse files
authored
Merge pull request #52 from Telecominfraproject/WIFI-12937-Update-Building.md-dependencies-to-match-Dockerfile
WIFI-12937: update building.md dependencies to match Dockerfile.
2 parents 6d03e7e + d728948 commit 29932f3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

BUILDING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ 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 ~
27-
git clone https://github.com/AriliaWireless/poco --branch poco-tip-v1
27+
git clone https://github.com/AriliaWireless/poco --branch poco-tip-v2
2828
cd poco
2929
mkdir cmake-build
3030
cd cmake-build

0 commit comments

Comments
 (0)