Skip to content

Instantly share code, notes, and snippets.

@Eitol
Created February 15, 2018 05:02
Show Gist options
  • Save Eitol/e331bc9dc6e0d48f66013c385afc417c to your computer and use it in GitHub Desktop.
Save Eitol/e331bc9dc6e0d48f66013c385afc417c to your computer and use it in GitHub Desktop.
Install Kivy 1.10.0 in Raspbian Strech (9)
#!/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