SrsRAN: Compile

From OnnoWiki
Revision as of 09:32, 26 October 2022 by Fata (talk | contribs)
Jump to navigation Jump to search

Install Software Software Pendukung

sudo apt-get install build-essential cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev -y


cd /usr/local/src/
git clone https://github.com/srsRAN/srsRAN.git
cd srsRAN
git tag -l
git checkout release_21_10 
mkdir build
cd build
cmake ../
make -j4
make test -j4
sudo make install
sudo ldconfig
srsran_install_configs.sh user