Kodi Community Forum

Full Version: Errors when building kodi from source
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
So then, start "make"
Yeah, simply do the next step which is also mentioned at our docs

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