Merge branch 'master' of https://github.com/kivy/kivy into rotateOnLinux

This commit is contained in:
Alexandre Magno 2013-04-23 08:37:30 -03:00
commit 68a870c849
1 changed files with 8 additions and 1 deletions

View File

@ -73,9 +73,16 @@ To install Kivy's dependencies, follow the guide below for your platform.
Ubuntu
++++++
For Ubuntu, simply enter the following command that will install all
For Ubuntu 12.04, simply enter the following command that will install all
necessary packages::
$ sudo apt-get install python-setuptools python-pygame python-opengl \
python-gst0.10 python-enchant gstreamer0.10-plugins-good python-dev \
build-essential libgl1-mesa-dev-lts-quantal libgles2-mesa-dev-lts-quantal\
python-pip
For other versions of Ubuntu, this one should work::
$ sudo apt-get install python-setuptools python-pygame python-opengl \
python-gst0.10 python-enchant gstreamer0.10-plugins-good python-dev \
build-essential libgl1-mesa-dev libgles2-mesa-dev python-pip