@@ -12,7 +12,7 @@ In order to build the OWANALYTICS, you will need to install its dependencies, wh
1212
1313The build is done in 2 parts. The first part is to build a local copy of the framework tailored to your environment. This
1414framework is called [ Poco] ( https://github.com/pocoproject/poco ) . The version used in this project has a couple of fixes
15- from the master copy needed for cmake. Please use the version of this [ Poco fix] ( https://github.com/AriliaWireless/ poco ) . Building
15+ from the master copy needed for cmake. Please use the version of this [ Poco fix] ( https://github.com/Telecominfraproject/wlan-cloud-lib- poco ) . Building
1616Poco may take several minutes depending on the platform you are building on.
1717
1818## Ubuntu
@@ -24,7 +24,7 @@ sudo apt install librdkafka-dev
2424sudo 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-v2
27+ git clone https://github.com/Telecominfraproject/wlan-cloud-lib- poco --branch poco-tip-v1 poco
2828cd poco
2929mkdir cmake-build
3030cd cmake-build
@@ -33,7 +33,7 @@ cmake --build . --config Release
3333sudo cmake --build . --target install
3434
3535cd ~
36- git clone https://github.com/AriliaWireless/ cppkafka --branch tip-v1
36+ git clone https://github.com/Telecominfraproject/wlan-cloud-lib- cppkafka --branch tip-v1 cppkafka
3737cd cppkafka
3838mkdir cmake-build
3939cd cmake-build
@@ -42,7 +42,7 @@ cmake --build . --config Release
4242sudo cmake --build . --target install
4343
4444cd ~
45- git clone https://github.com/AriliaWireless/ valijson --branch tip-v1
45+ git clone https://github.com/Telecominfraproject/wlan-cloud-lib- valijson --branch tip-v1 valijson
4646cd valijson
4747mkdir cmake-build
4848cd cmake-build
@@ -71,19 +71,19 @@ make -j 8
7171The following instructions have proven to work on Fedora 33
7272``` bash
7373sudo yum install cmake g++ openssl-devel mysql-devel mysql apr-util-devel boost boost-devel
74- sudo yum install yaml-cpp-devel lua-devel
74+ sudo yum install yaml-cpp-devel lua-devel
7575sudo dnf install postgresql.x86_64 librdkafka-devel
7676sudo dnf install postgresql-devel json-devel
7777
78- git clone https://github.com/AriliaWireless/ poco --branch poco-tip-v1
78+ git clone https://github.com/Telecominfraproject/wlan-cloud-lib- poco --branch poco-tip-v1
7979cd poco
8080mkdir cmake-build
8181cd cmake-build
8282cmake ..
8383cmake --build . --config Release
8484sudo cmake --build . --target install
8585
86- git clone https://github.com/AriliaWireless/ cppkafka --branch tip-v1
86+ git clone https://github.com/Telecominfraproject/wlan-cloud-lib- cppkafka --branch tip-v1
8787cd cppkafka
8888mkdir cmake-build
8989cd cmake-build
@@ -92,7 +92,7 @@ cmake --build . --config Release
9292sudo cmake --build . --target install
9393
9494cd ~
95- git clone https://github.com/AriliaWireless/ valijson --branch tip-v1
95+ git clone https://github.com/Telecominfraproject/wlan-cloud-lib- valijson --branch tip-v1
9696cd valijson
9797mkdir cmake-build
9898cd cmake-build
@@ -125,7 +125,7 @@ brew install openssl \
125125 nlohmann-json \
126126 fmt
127127
128- git clone https://github.com/AriliaWireless/ poco --branch poco-tip-v1
128+ git clone https://github.com/Telecominfraproject/wlan-cloud-lib- poco --branch poco-tip-v1
129129pushd poco
130130mkdir cmake-build
131131push cmake-build
@@ -135,7 +135,7 @@ sudo cmake --build . --target install
135135popd
136136popd
137137
138- git clone https://github.com/AriliaWireless/ cppkafka --branch tip-v1
138+ git clone https://github.com/Telecominfraproject/wlan-cloud-lib- cppkafka --branch tip-v1
139139pushd cppkafka
140140mkdir cmake-build
141141pushd cmake-build
@@ -145,7 +145,7 @@ sudo cmake --build . --target install
145145popd
146146popd
147147
148- git clone https://github.com/AriliaWireless/ valijson --branch tip-v1
148+ git clone https://github.com/Telecominfraproject/wlan-cloud-lib- valijson --branch tip-v1
149149cd valijson
150150mkdir cmake-build
151151cd cmake-build
0 commit comments