diff options
author | uNiversaI <uNiversal@noreply.github.com> | 2015-08-16 00:36:58 +0900 |
---|---|---|
committer | uNiversaI <uNiversal@github.noreply.com> | 2015-08-17 13:56:34 +0100 |
commit | e64250a74f99546736e47857749f45b29ef69ced (patch) | |
tree | 7979868412d6d7e071ec929d51e0bb89ff5198fd /docs/README.linux | |
parent | 2c3a5413080dbe1ab5771ce043f4946c015f5da5 (diff) |
[readme] add uuid-dev / crossguid to dependencies
Diffstat (limited to 'docs/README.linux')
-rw-r--r-- | docs/README.linux | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/README.linux b/docs/README.linux index f060409650..8605fb4d76 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -57,12 +57,17 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, libtag1-dev (>= 1.8), libtiff-dev, libtinyxml-dev (>= 2.6.2), libtool, libudev-dev, libusb-dev, libva-dev, libvdpau-dev, libvorbis-dev, libxinerama-dev, libxml2-dev, libxmu-dev, libxrandr-dev, libxslt1-dev, libxt-dev, libyajl-dev (>=2.0), lsb-release, - nasm [!amd64], python-dev, python-imaging, python-support, swig, unzip, yasm, zip, - zlib1g-dev, uuid-dev + nasm [!amd64], python-dev, python-imaging, python-support, swig, unzip, uuid-dev, yasm, zip, + zlib1g-dev -Note: For developers and anyone else who compiles frequently it is recommended to use ccache. +[NOTICE] crossguid / libcrossguid-dev all Linux destributions. +Kodi now requires crossguid which is not available in Ubuntu repositories at this time. +We supply a Makefile in tools/depends/target/crossguid +to make it easy to install into /usr/local. + $ make -C tools/depends/target/crossguid PREFIX=/usr/local/crossguid - $ sudo apt-get install ccache +Note: For developers and anyone else who compiles frequently it is recommended to use ccache. + $ sudo apt-get install ccache ----------------------------------------------------------------------------- 3.1. Using the Kodi PPA to get all build dependencies (Debian/Ubuntu only) @@ -75,18 +80,16 @@ Note: See README.ubuntu as well http://kodi.wiki/index.php?title=Official_Ubuntu_PPA Update apt: - $ sudo apt-get update + $ sudo apt-get update The command to get the build dependencies, used to compile the version on the PPA. - - $ sudo apt-get build-dep kodi + $ sudo apt-get build-dep kodi ----------------------------------------------------------------------------- 4. How to compile ----------------------------------------------------------------------------- To create the Kodi executable manually perform these steps: - .0 $ ./bootstrap .1 $ ./configure <option1> <option2> PREFIX=<system prefix>... (See --help for available options) |