Skip to content

Commit 1d96831

Browse files
Carsten SchaferCarsten Schafer
authored andcommitted
WIFI-12939: change to TIP repos for libraries
Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
1 parent a77476e commit 1d96831

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

BUILDING.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ In order to build the OWANALYTICS, you will need to install its dependencies, wh
1212

1313
The build is done in 2 parts. The first part is to build a local copy of the framework tailored to your environment. This
1414
framework 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
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 23.04.
19+
These instructions have proven to work on Ubuntu 20.4.
2020
```bash
21-
sudo apt install git cmake g++ libssl-dev libmariadb-dev libmariadbclient-dev-compat
21+
sudo apt install git cmake g++ libssl-dev libmariadb-dev
2222
sudo apt install libpq-dev libaprutil1-dev apache2-dev libboost-all-dev
23-
sudo apt install librdkafka-dev
24-
sudo apt install zlib1g-dev nlohmann-json3-dev ca-certificates libcurl4-openssl-dev
23+
sudo apt install librdkafka-dev default-libmysqlclient-dev
24+
sudo apt install nlohmann-json-dev
2525

2626
cd ~
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
2828
cd poco
2929
mkdir cmake-build
3030
cd cmake-build
@@ -33,7 +33,7 @@ cmake --build . --config Release
3333
sudo cmake --build . --target install
3434

3535
cd ~
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
3737
cd cppkafka
3838
mkdir cmake-build
3939
cd cmake-build
@@ -42,7 +42,7 @@ cmake --build . --config Release
4242
sudo cmake --build . --target install
4343

4444
cd ~
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
4646
cd valijson
4747
mkdir cmake-build
4848
cd cmake-build
@@ -71,19 +71,19 @@ make -j 8
7171
The following instructions have proven to work on Fedora 33
7272
```bash
7373
sudo 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
7575
sudo dnf install postgresql.x86_64 librdkafka-devel
7676
sudo 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
7979
cd poco
8080
mkdir cmake-build
8181
cd cmake-build
8282
cmake ..
8383
cmake --build . --config Release
8484
sudo 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
8787
cd cppkafka
8888
mkdir cmake-build
8989
cd cmake-build
@@ -92,7 +92,7 @@ cmake --build . --config Release
9292
sudo cmake --build . --target install
9393

9494
cd ~
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
9696
cd valijson
9797
mkdir cmake-build
9898
cd 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
129129
pushd poco
130130
mkdir cmake-build
131131
push cmake-build
@@ -135,7 +135,7 @@ sudo cmake --build . --target install
135135
popd
136136
popd
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
139139
pushd cppkafka
140140
mkdir cmake-build
141141
pushd cmake-build
@@ -145,7 +145,7 @@ sudo cmake --build . --target install
145145
popd
146146
popd
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
149149
cd valijson
150150
mkdir cmake-build
151151
cd cmake-build

0 commit comments

Comments
 (0)