Below are the steps that we followed to compile gr-gsm
on Ubuntu 14.04 LTS
.
1 2 3 4 5 6 7 8 9 | sudo apt-get update; sudo apt-get install build-essential python-dev git python-pip; sudo pip install PyBOMBS; sudo pybombs prefix init /usr/local -a default_prx; sudo pybombs config default_prefix default_prx; sudo pybombs recipes add gr-recipes git+https: //github .com /gnuradio/gr-recipes .git; sudo pybombs recipes add gr-etcetera git+https: //github .com /gnuradio/gr-etcetera .git; sudo pybombs install gr-gsm; sudo ldconfig; |
This post is also available in: Greek