Difference between revisions of "OpenAirInterface: Compile"
Jump to navigation
Jump to search
(Created page with " Rekomendasi OS : Ubuntu 14.04 atau 16.04 sudo apt-get update sudo apt-get install subversion git -y git config --global user.name "nama" git config --global user.email "...") |
|||
Line 1: | Line 1: | ||
− | Rekomendasi OS : Ubuntu 14.04 atau 16.04 | + | Rekomendasi OS : Ubuntu 14.04 atau 16.04 Ubuntu 18.04 |
sudo apt-get update | sudo apt-get update |
Revision as of 09:34, 26 October 2022
Rekomendasi OS : Ubuntu 14.04 atau 16.04 Ubuntu 18.04
sudo apt-get update sudo apt-get install subversion git -y git config --global user.name "nama" git config --global user.email "email"
*Khusus untuk ubuntu 14.04 echo -n | openssl s_client -showcerts -connect gitlab.eurecom.fr:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt git config --global http.sslverify false
cd /usr/local/src/ git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
cd openairinterface5g/ git checkout develop source oaienv cd cmake_targets/ ./build_oai -I -w USRP --eNB --UE