update installation to make it work

This commit is contained in:
Mathieu Virbel 2011-01-22 15:11:02 +01:00
parent d20577c669
commit d60df9e5c0
1 changed files with 7 additions and 4 deletions

View File

@ -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