Commit 8e9f9b56 authored by luis_pereira87's avatar luis_pereira87

Fix build by installing nrscope dependencies

parent 6475cf21
...@@ -90,7 +90,7 @@ cd ~/openairinterface5g/cmake_targets ...@@ -90,7 +90,7 @@ cd ~/openairinterface5g/cmake_targets
cd ~/openairinterface5g cd ~/openairinterface5g
source oaienv source oaienv
cd cmake_targets cd cmake_targets
./build_oai -w USRP --ninja --gNB --build-lib "nrscope" -c ./build_oai -w USRP --ninja --gNB -c
``` ```
# 4. Run OAI CN5G and OAI gNB # 4. Run OAI CN5G and OAI gNB
......
...@@ -74,11 +74,14 @@ git checkout develop ...@@ -74,11 +74,14 @@ git checkout develop
cd ~/openairinterface5g/cmake_targets cd ~/openairinterface5g/cmake_targets
./build_oai -I ./build_oai -I
# nrscope dependencies
sudo apt install -y libforms-dev libforms-bin
# Build OAI gNB # Build OAI gNB
cd ~/openairinterface5g cd ~/openairinterface5g
source oaienv source oaienv
cd cmake_targets cd cmake_targets
./build_oai -w USRP --ninja --nrUE --gNB --build-lib "telnetsrv nrscope" -c ./build_oai -w USRP --ninja --nrUE --gNB --build-lib "nrscope" -c
``` ```
# 4. Run OAI CN5G and OAI gNB # 4. Run OAI CN5G and OAI gNB
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment