How to start as a dev in Kodi
#1
Exclamation 
So I am just done with C++ and I really wanna contribute in Kodi, can someone help me where to start and what to do.
I am a novice, I know C++ , DS & algo (still a long way to go) and git/github
Reply
#2
Ps- Thanks in advance
Reply
#3
See https://github.com/xbmc/xbmc/blob/master...IBUTING.md

Frist step is to set up a build envirnoment and try building Master branch. It mentions reviewing PR's there to get familair with the codebase, but it might be best to look at past PR's already merged, then you can see what needed for a successful merged, and if there's a particular area of interest you can search if any past PR's which might have touched on it. Something else we always need help with is reviewing Issues raised at https://github.com/xbmc/xbmc/issues to see if they are real bugs, if you find something that looks to be a real bug then attempting to fix would be another way to try and familiarise yourself with the codebase.

You can also find a copy of Kodi inline doxygen documention at https://codedocs.xyz/AlwinEsch/kodi/index.html
Reply
#4
(2021-10-27, 13:43)jjd-uk Wrote: See https://github.com/xbmc/xbmc/blob/master...IBUTING.md

Frist step is to set up a build envirnoment and try building Master branch. It mentions reviewing PR's there to get familair with the codebase, but it might be best to look at past PR's already merged, then you can see what needed for a successful merged, and if there's a particular area of interest you can search if any past PR's which might have touched on it. Something else we always need help with is reviewing Issues raised at https://github.com/xbmc/xbmc/issues to see if they are real bugs, if you find something that looks to be a real bug then attempting to fix would be another way to try and familiarise yourself with the codebase.

You can also find a copy of Kodi inline doxygen documention at https://codedocs.xyz/AlwinEsch/kodi/index.html

Thank you so much! Will look at the documentation and current issues, and I will ask if I have any further questions or queries.
Reply

Logout Mark Read Team Forum Stats Members Help
How to start as a dev in Kodi0