Skip to content

Instantly share code, notes, and snippets.

@cyrex562
Last active January 21, 2017 20:39
Show Gist options
  • Save cyrex562/82187f29d1a7c6d3c5b1767474817dde to your computer and use it in GitHub Desktop.
Save cyrex562/82187f29d1a7c6d3c5b1767474817dde to your computer and use it in GitHub Desktop.
Compile and Install Kivy from master for Windows with Python 3.5+
  1. install visual studio community edition with C++, and windows 10 and 8.1 SDKs
  2. check out master
  3. install cython
  4. download and install glew 2.0
  5. include glew lib and include dirs in VS14 tools include path
  6. run python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment