File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ from the master copy needed for cmake. Please use the version of this [Poco fix]
1616Poco 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
2222sudo 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
2626cd ~
27- git clone https://github.com/AriliaWireless/poco --branch poco-tip-v1
27+ git clone https://github.com/AriliaWireless/poco --branch poco-tip-v2
2828cd poco
2929mkdir cmake-build
3030cd cmake-build
You can’t perform that action at this time.
0 commit comments