Kodi Community Forum
Build pvr.rtl.radiofm addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: Build pvr.rtl.radiofm addon (/showthread.php?tid=345218)



Build pvr.rtl.radiofm addon - Serdar1985 - 2019-07-07

Hi guys,

I am trying to implement THIS project but have some trouble.

My goal is to build a CarPC with Radio support with the RTL-SDR DVBT dongle.
I have two versions of the CarPC project. One with Jessie and Kodi 15 and the other with stretch and Kodi 17.
Both working great except the par.rtl.radiofm.

Im not a programmer but successfully finished several other projects in Raspbian.

I get an error when i try to "cmake .." (Stretch, Kodi 17)
Quote:git clone https://github.com/xbmc/kodi-platform.git
cd kodi-platform mkdir build && cd build
cmake ..
make
sudo make install
and get the this error 
Did somebody successfully get this to work in KODI?
Sorry for my poor english.