From 0b61281595ac7813cb192ae72d588d51ff620e30 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Tue, 30 Nov 2021 23:39:33 -0800 Subject: [PATCH] Initial commit --- microservice_sample/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/microservice_sample/README.md b/microservice_sample/README.md index 34c60db..1844508 100644 --- a/microservice_sample/README.md +++ b/microservice_sample/README.md @@ -28,6 +28,7 @@ sudo apt install git cmake g++ libssl-dev libmariadb-dev sudo apt install libpq-dev libaprutil1-dev apache2-dev libboost-all-dev sudo apt install librdkafka-dev libmysqlclient-dev default-libmysqlclient-dev +cd ~ git clone https://github.com/stephb9959/poco cd poco mkdir cmake-build @@ -36,6 +37,7 @@ cmake .. cmake --build . --config Release sudo cmake --build . --target install +cd ~ git clone https://github.com/stephb9959/cppkafka cd cppkafka mkdir cmake-build @@ -44,6 +46,24 @@ cmake .. cmake --build . --config Release sudo cmake --build . --target install +cd ~ +git clone https://github.com/nlohmann/json.git +cd json +mkdir cmake-build +cd cmake-build +cmake .. +make -j +sudo make install + +cd ~ +git clone https://github.com/pboettch/json-schema-validator.git +cd json-schema-validator +mkdir cmake-build +cd cmake-build +cmake .. +make -j +sudo make install + cd ~ git clone https://github.com/Telecominfraproject/wlan-cloud-tools cd wlan-cloud-tools