From 0deb9bed686d56f7e6dc0846255f51ec2003942a Mon Sep 17 00:00:00 2001 From: tshirtman Date: Tue, 23 Apr 2013 09:59:09 +0200 Subject: [PATCH] update of installation procedure on ubuntu add variation for 12.04, as it's the last LTS --- doc/sources/installation/installation.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/sources/installation/installation.rst b/doc/sources/installation/installation.rst index d25666aac..c3259e98b 100644 --- a/doc/sources/installation/installation.rst +++ b/doc/sources/installation/installation.rst @@ -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