diff options
Diffstat (limited to 'docs/README.Linux.md')
-rw-r--r-- | docs/README.Linux.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/README.Linux.md b/docs/README.Linux.md index 54f2fe3aae..4b9fbd9429 100644 --- a/docs/README.Linux.md +++ b/docs/README.Linux.md @@ -136,9 +136,11 @@ cd $HOME/kodi-build Configure build for X11: ``` -cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local +cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DX11_RENDER_SYSTEM=gl ``` +**NOTE:** You can use `gles` instead of `gl` if you want to build with `GLES`. + Or configure build for Wayland: ``` cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DCORE_PLATFORM_NAME=wayland -DWAYLAND_RENDER_SYSTEM=gl |