diff options
author | uNiversaI <uNiversal@noreply.github.com> | 2015-02-05 03:31:57 +0900 |
---|---|---|
committer | uNiversaI <uNiversal@noreply.github.com> | 2015-02-05 05:44:11 +0900 |
commit | b5451587378ddbaf3bb680ef4cd18688c5dc738a (patch) | |
tree | 96f77c26d0771ce869dc74dd35f7c643d39d525f /docs | |
parent | 225594ced2f4c340b5ba007848dd100ec77e5a01 (diff) |
[readme update] libyajl-dev >= 2.0
This adds information about current nightly requirements for this
library.
added nightly ppa which has backport of this library to readme.ubuntu
readme linux only has a bump in minimal required version.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.linux | 5 | ||||
-rw-r--r-- | docs/README.ubuntu | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/docs/README.linux b/docs/README.linux index cfe1db9f47..47a22223ae 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -55,8 +55,9 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, librtmp-dev, libsdl2-dev, libshairplay-dev, libsmbclient-dev, libsqlite3-dev, libssh-dev, libssl-dev, libswscale-dev, libtag1-dev (>= 1.8), libtiff-dev, libtinyxml-dev, 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, lsb-release, - nasm [!amd64], python-dev, python-imaging, python-support, swig, unzip, yasm, zip, zlib1g-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 Note: For developers and anyone else who compiles frequently it is recommended to use ccache. diff --git a/docs/README.ubuntu b/docs/README.ubuntu index a19dae44eb..8abf53132c 100644 --- a/docs/README.ubuntu +++ b/docs/README.ubuntu @@ -78,6 +78,10 @@ For Ubuntu (all versions >= 7.04): For >= 10.10: $ sudo apt-get install autopoint libltdl-dev + +For >= 12.04 lts: Backport for Precise of libyajl2 + & sudo-add-apt-repository ppa:team-xbmc/xbmc-nightly + & sudo apt-get install libyajl-dev For >= 12.10: $ sudo apt-get install libtag1-dev |