Skip to content

Instantly share code, notes, and snippets.

@calebcgates
Created October 5, 2016 02:17
Show Gist options
  • Save calebcgates/09e8011b7376eb8172c864fdc61e5676 to your computer and use it in GitHub Desktop.
Save calebcgates/09e8011b7376eb8172c864fdc61e5676 to your computer and use it in GitHub Desktop.
sudo apt-get install python-pip
#http://blog.rhesoft.com/2014/05/24/how-to-build-python-application-for-android-ios-and-desktop/
pip install --upgrade buildozer
easy_install buildozer
pip install --upgrade cython #use pip or other tool to install cython
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-7-jre
sudo apt-get install ccache lib32stdc++6 openjdk-7-jdk #if you are using Debian-like OS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment