mirror of https://github.com/kivy/kivy.git
Update installation-linux.rst
1. As noticed by the daily builds, we need pkg-config now: https://code.launchpad.net/~thopiekar/+archive/kivy/+build/5469211/+files/buildlog_ubuntu-saucy-amd64.kivy_1.8.0-testing0%2B201401161533-1696-testing22~ubuntu13.10.1_FAILEDTOBUILD.txt.gz 2. Replaced the usage of our PPA to upgrade Cython to Cython's own PPA
This commit is contained in:
parent
bf6eee771b
commit
994b13753a
|
@ -145,16 +145,16 @@ Ubuntu
|
|||
------
|
||||
::
|
||||
|
||||
$ sudo apt-get install python-setuptools python-pygame python-opengl \
|
||||
$ sudo apt-get install pkg-config 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 cython
|
||||
|
||||
|
||||
*Upgrade Cython ( <= Oneiric [11.10] )*
|
||||
|
||||
:Using our PPA: ::
|
||||
:Using Cython's daily PPA: ::
|
||||
|
||||
$ sudo add-apt-repository ppa:kivy-team/kivy-daily
|
||||
$ sudo add-apt-repository ppa:cython-dev/master-ppa
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install cython
|
||||
|
||||
|
|
Loading…
Reference in New Issue