git-artes / gr-isdbt

DTV ISDB-T in GNURadio
http://iie.fing.edu.uy/investigacion/grupos/artes/gr-isdbt/
Other
147 stars 35 forks source link

Not compatible with gnuradio 3.8.2.0 #45

Closed ngammarano closed 3 years ago

ngammarano commented 3 years ago

When doing

cmake ../

I get that it could not find a configuration file for package "Gnuradio" that is compatible with requested version "3.7.2" (since I have version 3.8.2.0 installed).

git-artes commented 3 years ago

Hi Nicolás, Right now, it's compatible with GNU Radio 3.7 only. You may use our docker for 3.7 to check it out: https://github.com/git-artes/docker-gnuradio/tree/master/gnuradio-releases-37. best

ngammarano commented 3 years ago

OK, thank you. I recommend making this clear in the README.

git-artes commented 3 years ago

Hi, Documentation is a great first pull request ;-) Best