Kodi Community Forum
Build Environment Guide - 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 Environment Guide (/showthread.php?tid=101459)



Build Environment Guide - xxxnelly - 2011-05-14

Hi Guys,

I want to start contributing to the xbmc-pvr / tvheadend. It can even be debugging the issues I find to give more information while raising defects.

Is it possible to have a guide to what example tools etc you guys use. I work in java and haven't done C in a while (about 5 years)

Thanks,
Neil


- Jezz_X - 2011-05-14

Its pretty much all c++ and they just use the tools that come with linux or visual studio 2010 on windows


- opdenkamp - 2011-05-14

indeed. I'm working on linux most of the time and I'm using Eclipse myself, but you can use whatever IDE you like.
as Jezz_X said, most of the code is C++ and there's a bit of plain C in some places.