Skip to content
Snippets Groups Projects
Commit bff3a146 authored by Your Name's avatar Your Name
Browse files

Update the installation script

parent 9c3659c6
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ sudo apt-get update -y ...@@ -8,7 +8,7 @@ sudo apt-get update -y
## OAI dependencies ## OAI dependencies
## Testar com a libuhd4.4.0 ao invés de libuhd4.2.0u ## Testar com a libuhd4.4.0 ao invés de libuhd4.2.0u
sudo apt-get install libuhd-dev uhd-host -y sudo apt-get install libuhd-dev libdpdk-dev uhd-host -y
sudo apt-get install libuhd4.2.0 libuhd4.4.0 y # Required for OpenAirInterface install sudo apt-get install libuhd4.2.0 libuhd4.4.0 y # Required for OpenAirInterface install
sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.2.0_4.2.0.1-0ubuntu1~focal1_amd64.deb sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.2.0_4.2.0.1-0ubuntu1~focal1_amd64.deb
sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.4.0_4.4.0.0-0ubuntu1~focal1_amd64.deb sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.4.0_4.4.0.0-0ubuntu1~focal1_amd64.deb
...@@ -31,4 +31,4 @@ wget -O $WORK_DIR/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.con ...@@ -31,4 +31,4 @@ wget -O $WORK_DIR/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.con
source oaienv source oaienv
cd cmake_targets cd cmake_targets
sudo ./build_oai -I -w USRP -i sudo ./build_oai -I -w USRP -i
sudo ./build_oai --gNB --nrUE -c -C -w USRP --ninja --build-lib all sudo ./build_oai --gNB --nrUE -c -C -w USRP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment