mirror of https://github.com/kivy/kivy.git
update installation to make it work
This commit is contained in:
parent
d20577c669
commit
d60df9e5c0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue