mirror of https://github.com/kivy/kivy.git
Added docs on rpi installation for jessie/stretch. closes #5360
This commit is contained in:
parent
4c62d76c92
commit
7f5ade76a0
|
@ -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.
|
||||
<https://github.com/kivy/kivy/issues/5360>`_
|
||||
|
||||
Manual installation (On Raspbian Wheezy)
|
||||
----------------------------------------
|
||||
|
|
Loading…
Reference in New Issue