diff --git a/doc/sources/installation/installation-rpi.rst b/doc/sources/installation/installation-rpi.rst index 89645f0cc..7f4c4bbb8 100644 --- a/doc/sources/installation/installation-rpi.rst +++ b/doc/sources/installation/installation-rpi.rst @@ -7,8 +7,8 @@ You can install Kivy manually, or you can download and boot KivyPie on the Raspberry Pi. Both options are described below. -Manual installation (On Raspbian Jessie) ----------------------------------------- +Manual installation (On Raspbian Jessie/Stretch) +------------------------------------------------ #. Install the dependencies:: @@ -41,6 +41,12 @@ Manual installation (On Raspbian Jessie) echo "export PYTHONPATH=$(pwd):\$PYTHONPATH" >> ~/.profile source ~/.profile +.. note:: + + On versions of kivy prior to 1.10.1, Mesa library naming changes can result + in "Unable to find any valuable Window provider" errors. If you experience + this issue, please upgrade or consult `ticket #5360. + `_ Manual installation (On Raspbian Wheezy) ----------------------------------------