Added docs on rpi installation for jessie/stretch. closes #5360

This commit is contained in:
Zen-CODE 2018-02-07 05:58:08 +02:00
parent 4c62d76c92
commit 7f5ade76a0
1 changed files with 8 additions and 2 deletions

View File

@ -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. Raspberry Pi. Both options are described below.
Manual installation (On Raspbian Jessie) Manual installation (On Raspbian Jessie/Stretch)
---------------------------------------- ------------------------------------------------
#. Install the dependencies:: #. Install the dependencies::
@ -41,6 +41,12 @@ Manual installation (On Raspbian Jessie)
echo "export PYTHONPATH=$(pwd):\$PYTHONPATH" >> ~/.profile echo "export PYTHONPATH=$(pwd):\$PYTHONPATH" >> ~/.profile
source ~/.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.
<https://github.com/kivy/kivy/issues/5360>`_
Manual installation (On Raspbian Wheezy) Manual installation (On Raspbian Wheezy)
---------------------------------------- ----------------------------------------