diff options
author | Dmitry Sandalov <dmitry@sandalov.org> | 2015-03-25 23:52:01 +0300 |
---|---|---|
committer | Dmitry Sandalov <dmitry@sandalov.org> | 2015-03-27 12:31:08 +0300 |
commit | 62ed037407d06356f44657ecb56ccda5352db20a (patch) | |
tree | 56db24e9ce2a85db17358e9d41fdb981310cdc89 /docs | |
parent | 4649f97e9e5e675d4eec54a639b886115581cb5c (diff) |
[README.ubuntu] ppa sources, provided package
For => 14.04 fix build-dep fail (unable to find kodi src)
For <= 12.04 add-apt-repository is provided by python-software-properties
For <= 12.04 add-apt-repository doesn't have -s option
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.ubuntu | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/README.ubuntu b/docs/README.ubuntu index e221f93bc7..abf33fa954 100644 --- a/docs/README.ubuntu +++ b/docs/README.ubuntu @@ -47,13 +47,21 @@ Two methods exist to install the required Ubuntu packages: You can get all build dependencies used for building the packages on the PPA -Add the unstable and build-depends PPAs: -.0 $ sudo apt-get install python-software-properties software-properties-common -.1 $ sudo add-apt-repository ppa:team-xbmc/xbmc-nightly -.2 $ sudo add-apt-repository ppa:team-xbmc/xbmc-ppa-build-depends -.3 $ sudo apt-get update +Add the unstable PPA: + +For <= 12.04 lts: + $ sudo apt-get install python-software-properties + $ sudo add-apt-repository ppa:team-xbmc/xbmc-nightly + +For >= 14.04 lts: + $ sudo apt-get install software-properties-common + $ sudo add-apt-repository -s ppa:team-xbmc/xbmc-nightly + +Add build-depends PPA: + $ sudo add-apt-repository ppa:team-xbmc/xbmc-ppa-build-depends Here is the magic command to get the build dependencies (used to compile the version on the PPA). + $ sudo apt-get update $ sudo apt-get build-dep kodi Optional: If you do not want Kodi to be installed via PPA, you can removed the PPAs again: |