ryanvolz / radioconda

Software radio distribution and installer for conda
Other
342 stars 39 forks source link

Install gr-dpd module on radioconda under Windows #26

Open LionSoft91 opened 1 year ago

LionSoft91 commented 1 year ago

Hello,

There is a module called gr-dpd (https://github.com/gnuradio/gr-dpd) that I installed and used with GNURadio under Linux.

I am now using GNURadio under Windows thanks to radioconda. I tried to install the same module but I don't know how.

Do you have a method or a solution please.

Thanks in advance.

ryanvolz commented 1 year ago

The procedure shouldn't be that different for installing an OOT under radioconda between Linux and Windows, but I'm guessing the main problem that you're running into now is that gr-dpd has not been ported to GNU Radio 3.10 (it is only compatible with GR 3.8). Until someone updates it, it's not going to be compatible with current releases of radioconda. What should be possible, instead, is to install GR 3.8 into a new environment (conda create -n gr38gnuradio=3.8.*") and then [buildgr-dpd` within that environment](https://wiki.gnuradio.org/index.php/CondaInstall#Building_OOT_modules_to_use_with_conda-installed_GNU_Radio).