Skip to content

Commit

Permalink
Update README.md - added instruction for build newer grgsm
Browse files Browse the repository at this point in the history
  • Loading branch information
inobelar authored Dec 23, 2024
1 parent 8631cd7 commit fea66f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,15 @@ sudo apt-get install -y \
```bash
gnuradio-config-info -v
```
if >= 3.8
if >= 3.10 (read this [AskUbuntu answer](https://askubuntu.com/a/1436119/) for details):
```bash
git clone -b maint-3.10_with_multiarfcn https://github.com/bkerler/gr-gsm
```
else if >= 3.8:
```bash
git clone -b maint-3.8 https://github.com/velichkov/gr-gsm.git
```
else (3.7)
else (3.7):
```bash
git clone https://git.osmocom.org/gr-gsm
```
Expand Down

0 comments on commit fea66f4

Please sign in to comment.