Manual compilation and installation gr-gsm

1,343 views
Skip to first unread message

Leonardo s

unread,
Jan 12, 2017, 7:13:50 AM1/12/17
to gr-gsm
hi Please cover the dipendence and installation does not work in ubuntu 14.04, or ubuntu 4.16 in kali linux help 
Message has been deleted
Message has been deleted

Simo Sec

unread,
Jan 12, 2017, 3:59:17 PM1/12/17
to gr-gsm
open terminal and run these commands :

apt -f install to fix dependency errors
apt update
apt install gnuradio gnuradio-dev osmo-sdr libosmosdr-dev libosmocore libosmocore-dev
apt install cmake libboost-all-dev libcppunit-dev swig doxygen liblog4cpp5-dev python-scipy
git clone https://github.com/ptrkrysik/gr-gsm.git

cd gr-gsm mkdir build cd build cmake .. make sudo make install

mkdir
~/.gnuradio/
cd
~/.gnuradio/
nano
config.conf

then paste the following text:
 

[grc] local_blocks_path=/usr/local/share/gnuradio/grc/blocks
CTRL+O to save and CTRL+X to exit nano

the run : sudo ldconfig

Simo Sec

unread,
Jan 12, 2017, 3:59:41 PM1/12/17
to gr-gsm
You can also install it using this PPA

sudo add-apt-repository -y ppa:ptrkrysik/gr-gsm sudo apt update && sudo apt install gr-gsm
Reply all
Reply to author
Forward
0 new messages