Opendigitalradio / DAB-recipes

DAB recipes to install Opendigitalradio and related tools with PyBOMBS
MIT License
2 stars 1 forks source link

Test on non .deb based OS #1

Closed DavidLutton closed 6 years ago

mpbraendli commented 8 years ago

I succeeded compiling odr-dabmux-next on Fedora 23, and I have removed the ka9q-fec dependency. I had to a satisfy to curl based on pkgconfig. I'll try the other projects.

mpbraendli commented 8 years ago

odr-audioenc and odr-padenc work. Needed some more library changes.

mpbraendli commented 8 years ago

Installing odr-dabmod-next properly. installs fftw and uhd.

mpbraendli commented 8 years ago

dablin and etisnoop fail because of faad. I've opened an issue https://github.com/gnuradio/gr-recipes/issues/61

DavidLutton commented 8 years ago

@mpbraendli can you enable Travis CI on this repo please

Most of Opendigitalradio works in Travis CI moved back to this repo, build logs DavidLutton/DAB-recipes - Travis CI

mpbraendli commented 8 years ago

Yeah sure! https://travis-ci.org/Opendigitalradio/DAB-recipes

DavidLutton commented 7 years ago

@mpbraendli with gr-recipes#61 faad fix, does dablin and etisnoop now build?

mpbraendli commented 7 years ago

dablin clones and fails because cmake didn't find sdl2.

etisnoop compiles fine.

Tested on a Fedora Core 23 I need to upgrade to 25 now.

mpbraendli commented 6 years ago

This issue is a bit dated, does it still make sense keeping it open? We probably have to test again (ideally in an automated way) with newer dists. @DavidLutton Can I close this?