Skip to content
Snippets Groups Projects
Commit ca1a6efc authored by Carlos Antonio De Lima Filho's avatar Carlos Antonio De Lima Filho
Browse files

Fix the installation error

parent 50f1ee3b
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,6 @@ sudo apt-get install bison -y
sudo apt-get install byacc -y
sudo apt install g++ -y
sudo apt install libsctp-dev python3.8 cmake-curses-gui libpcre2-dev python3-dev -y
sudo apt-get install libuhd4.2.0 -y
sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.2.0_4.2.0.1-0ubuntu1~focal1_amd64.deb
## Configure swig
git clone https://github.com/swig/swig.git ~/swig
......@@ -37,6 +34,8 @@ sudo make install
## Install gNodeB
sudo apt-get install libuhd4.2.0 -y
sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.2.0_4.2.0.1-0ubuntu1~focal1_amd64.deb
git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git ~/oai
cd ~/oai
git checkout 2022.41
......
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