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

Fix some dependencies

parent d8d418b6
No related branches found
No related tags found
No related merge requests found
...@@ -2,18 +2,6 @@ ...@@ -2,18 +2,6 @@
sudo apt-get update sudo apt-get update
## Install dependencies
# sudo apt-get install -y autotools-dev
sudo apt-get install -y automake # Required for run 'swig/autogen.sh'
sudo apt-get install -y g++ make libpcre2-dev byacc # Required for swig install
sudo apt-get install -y cmake python3-dev libsctp-dev # Required for flexric install
# sudo apt-get install -y libpcre2-dev
# sudo apt-get install -y pcre2-utils
# sudo apt-get install -y bison
# sudo apt-get install -y byacc
# sudo apt-get install -y g++
# sudo apt-get install -y libsctp-dev python3.8 libpcre2-dev python3-dev
## Repository OAI dependencies ## Repository OAI dependencies
sudo add-apt-repository ppa:ettusresearch/uhd -y sudo add-apt-repository ppa:ettusresearch/uhd -y
sudo apt-get update -y sudo apt-get update -y
...@@ -21,8 +9,9 @@ sudo apt-get update -y ...@@ -21,8 +9,9 @@ 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 uhd-host -y
sudo apt-get install libuhd4.2.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
# Work directory path is the current directory # Work directory path is the current directory
WORK_DIR=$HOME WORK_DIR=$HOME
......
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