From d60df9e5c0cd882df93d55c907541d6f85c2c22d Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Sat, 22 Jan 2011 15:11:02 +0100 Subject: [PATCH] update installation to make it work --- doc/sources/guide/installation.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/sources/guide/installation.rst b/doc/sources/guide/installation.rst index 803a0602a..3b9b68362 100644 --- a/doc/sources/guide/installation.rst +++ b/doc/sources/guide/installation.rst @@ -43,12 +43,15 @@ Ubuntu :: - $ sudo apt-get install sudo apt-get install python-setuptools python-pygame python-opengl \ + $ sudo apt-get install python-setuptools python-pygame python-opengl \ python-gst0.10 python-enchant gstreamer0.10-plugins-good cython python-dev \ - build-essential libgl1-mesa-dev libglu1-mesa-dev + build-essential libgl1-mesa-dev libgles2-mesa-dev $ git checkout git://github.com/tito/kivy.git $ cd kivy - $ python setup.py build - $ sudo python setup.py install + $ python setup.py build_ext --inplace + $ python setup.py build_factory +Then, add in your environment :: + + $ export PYTHONPATH=~/path/of/kivy/clone