Kodi Community Forum
Building master - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Building master (/showthread.php?tid=301241)



Building master - AndyFurniss - 2016-12-18

Hi

usual build for me was like -

./bootstrap && ./configure --prefix=`pwd` --disable-mysql --disable-samba --disable-ssh && make -j5

I see bootstrap is gone, but docs/README.linux is still referring to it.

"usual" cmake method like mkdir mybuild cd mybuild ccmake .. didn't get anywhere.

Are there and instructions to be found?

TIA


RE: Building master - Martijn - 2016-12-18

https://github.com/xbmc/xbmc/blob/master/project/cmake/README.md for now


RE: Building master - AndyFurniss - 2016-12-18

Aha, thanks for the quick reply.