mirror of https://github.com/kivy/kivy.git
add python-dev to rpi build instructions, fixes #2740
This commit is contained in:
parent
8f4c72da94
commit
657440c1aa
|
@ -20,7 +20,8 @@ Manual installation
|
|||
sudo apt-get update
|
||||
sudo apt-get install pkg-config libgl1-mesa-dev libgles2-mesa-dev \
|
||||
python-pygame python-setuptools libgstreamer1.0-dev git-core \
|
||||
gstreamer1.0-plugins-{bad,base,good,ugly} gstreamer1.0-{omx,alsa}
|
||||
gstreamer1.0-plugins-{bad,base,good,ugly} \
|
||||
gstreamer1.0-{omx,alsa} python-dev
|
||||
|
||||
#. Install pip from source::
|
||||
|
||||
|
|
Loading…
Reference in New Issue