Errors when building kodi from source
#1
OS: Ubuntu 18.04
I followed the latest README form github.
when running  cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DX11_RENDER_SYSTEM=gl
Code:
, I get https://pastebin.com/xLRXFcdx
Reply
#2
So then, start "make"
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
Yeah, simply do the next step which is also mentioned at our docs

cmake --build . -- VERBOSE=1 -j$(getconf _NPROCESSORS_ONLN)
Reply

Logout Mark Read Team Forum Stats Members Help
Errors when building kodi from source0