Created
February 15, 2018 05:02
-
-
Save Eitol/e331bc9dc6e0d48f66013c385afc417c to your computer and use it in GitHub Desktop.
Install Kivy 1.10.0 in Raspbian Strech (9)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sudo apt-get update | |
apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev \ | |
pkg-config libgl1-mesa-dev libgles2-mesa-dev \ | |
python-setuptools libgstreamer1.0-dev git-core \ | |
gstreamer1.0-plugins-{bad,base,good,ugly} \ | |
gstreamer1.0-{omx,alsa} python-dev libmtdev-dev \ | |
xclip xsel libatlas-base-dev | |
pip3 install Cython==0.27.3 kivy==1.10.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment