Kodi Community Forum
Development tools - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Development tools (/showthread.php?tid=27623)



Development tools - nad - 2007-07-28

Hi,

What development tools are people using with their coding of xbmc on Linux? Are there any nice IDEs which are compatible with the current xbmc build?

Nad


- spiff - 2007-07-28

all ide's which are capable of running 'make' should be compatible.

there is already project files for kdevelop in svn.

unfortunately kdevelop isnt very good imo, so i just use vim (not that i've done much work on the linux port).


- nad - 2007-07-28

Thanks Spiff, I was just about to answer my own question having spotted the XBMC.kdevelop file in the svn. Unfortunately, having downloaded kdevelop, it crashes on me on opening XBMC.kdevelop. Looks like I'll be going back to the text editors.


- Gamester17 - 2007-07-28

http://xboxmediacenter.com/wiki/index.php?title=Linux_port_project

The wiki article should have all the information on tools you need, if not then feel free to update the article (it is a wiki after all)


- jmarshall - 2007-07-29

I use visual studio on win32, then when I'm finished, test it still builds under linux :p

Not that I do much dev work on the linuxport either!