diff options
author | Philipp Kerling <pkerling@casix.org> | 2017-08-06 16:59:36 +0200 |
---|---|---|
committer | Philipp Kerling <pkerling@casix.org> | 2017-09-09 21:46:32 +0300 |
commit | c1d3beedb16ba0cda61919361ba69f4c2c1473c5 (patch) | |
tree | 7c04e931394b239419719094dc2c5d3135fc35de /docs | |
parent | ee7f71f847c054ecc779261cf05abdb39dcb3f7c (diff) |
Remove dependency on (un)zip where unwarranted
zip is only used for darwin codesigning. unzip is used both
for codesigning and android. All other platforms do not use them,
so no need to check for them.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 2 | ||||
-rw-r--r-- | docs/README.armel | 2 | ||||
-rw-r--r-- | docs/README.linux | 3 | ||||
-rw-r--r-- | docs/README.opensuse | 4 | ||||
-rw-r--r-- | docs/README.ubuntu | 2 |
5 files changed, 6 insertions, 7 deletions
diff --git a/docs/README.android b/docs/README.android index f55086d0ec..daf8b65c13 100644 --- a/docs/README.android +++ b/docs/README.android @@ -29,7 +29,7 @@ These are the minimum packages necessary for building Kodi. Non-Ubuntu users will need to get the equivalents. $ sudo apt-get install build-essential default-jdk git curl autoconf \ - unzip zip zlib1g-dev gawk gperf cmake libcurl4-openssl-dev + unzip zlib1g-dev gawk gperf cmake libcurl4-openssl-dev If you run a 64bit operating system you will also need to get ia32-libs diff --git a/docs/README.armel b/docs/README.armel index dce9216b09..2a28faaf06 100644 --- a/docs/README.armel +++ b/docs/README.armel @@ -217,7 +217,7 @@ These are python and liblzo2 For Angstrom: $ opkg update - $ opkg install subversion make g++ gcc gawk pmount libtool automake gperf unzip bison libsdl-1.2-dev libsdl-gfx-dev libfribidi-dev liblzo-dev libfreetype-dev libsqlite3-dev libasound2 python-sqlite3 libcurl4 libxrandr-dev libxrender-dev libmysqlclient-dev libpcre-dev libdbus-glib-1-dev hal-dev libfontconfig-dev libxt-dev libxmu-dev libpng-dev libjpeg-dev + $ opkg install subversion make g++ gcc gawk pmount libtool automake gperf bison libsdl-1.2-dev libsdl-gfx-dev libfribidi-dev liblzo-dev libfreetype-dev libsqlite3-dev libasound2 python-sqlite3 libcurl4 libxrandr-dev libxrender-dev libmysqlclient-dev libpcre-dev libdbus-glib-1-dev hal-dev libfontconfig-dev libxt-dev libxmu-dev libpng-dev libjpeg-dev Unfortunately this will only install the packages that are available through opkg. There will be further packages that need to be installed. Either use the method mentioned below, or selectively find and install packages, mentioned at the bottom of this README. diff --git a/docs/README.linux b/docs/README.linux index 833645098b..0c3c411222 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -57,8 +57,7 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, libtag1-dev (>= 1.8), libtinyxml-dev (>= 2.6.2), libtool, libudev-dev, libusb-dev, libva-dev, libvdpau-dev, libxml2-dev, libxmu-dev, libxrandr-dev, libxslt1-dev, libxt-dev, lsb-release, rapidjson-dev, - nasm [!amd64], python-dev, python-imaging, python-support, swig, unzip, uuid-dev, yasm, - zip, zlib1g-dev + nasm [!amd64], python-dev, python-imaging, python-support, swig, uuid-dev, yasm, zlib1g-dev If you want to build with Wayland instead of X11, you will need: wayland-protocols (>= 1.7), libwaylandpp-dev diff --git a/docs/README.opensuse b/docs/README.opensuse index 1898104f98..da7a554709 100644 --- a/docs/README.opensuse +++ b/docs/README.opensuse @@ -52,7 +52,7 @@ make cmake autoconf automake gcc gcc-c++ libtool gettext-devel patch boost-devel libmysqlclient-devel libass-devel libmpeg2-devel libmad-devel libjpeg-devel libsamplerate-devel libogg-devel libvorbis-devel libmodplug-devel libcurl-devel flac-devel libbz2-devel libtiff-devel lzo-devel libyajl-devel fribidi-devel sqlite3-devel libpng12-devel pcre-devel libcdio-devel libjasper-devel -libmicrohttpd-devel libsmbclient-devel python-devel gperf zip nasm tinyxml-devel libtag-devel libbluray-devel +libmicrohttpd-devel libsmbclient-devel python-devel gperf nasm tinyxml-devel libtag-devel libbluray-devel libnfs-devel shairplay-devel swig libvdpau-devel libavahi-devel libcec-devel libdvdread-devel libva-devel libplist-devel libxst-devel alsa-devel libpulse-devel libXrandr-devel libXrender-devel randrproto-devel renderproto-devel libssh-devel libudev-devel libpcap-devel libgudev-1_0-devel libcap-ng-devel libcap-devel ccache doxygen capi4linux-devel liblcms2-devel @@ -73,7 +73,7 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, libtag1-dev (>= 1.8), libtinyxml-dev (>= 2.6.2), libtool, libudev-dev, libusb-dev, libva-dev, libvdpau-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, uuid-dev, yasm, + nasm [!amd64], python-dev, python-imaging, python-support, swig, uuid-dev, yasm, zip, zlib1g-dev [NOTICE] crossguid / libcrossguid-dev all Linux distributions. diff --git a/docs/README.ubuntu b/docs/README.ubuntu index e0c1cbdc7b..83c971de27 100644 --- a/docs/README.ubuntu +++ b/docs/README.ubuntu @@ -91,7 +91,7 @@ For Ubuntu (all versions >= 7.04): libsqlite3-dev libssh-dev libssl-dev libtinyxml-dev libtool libudev-dev libusb-dev \ libva-dev libvdpau-dev libxml2-dev libxmu-dev libxrandr-dev \ libxrender-dev libxslt1-dev libxt-dev mesa-utils nasm pmount python-dev python-imaging \ - python-sqlite rapidjson-dev swig unzip uuid-dev yasm zip zlib1g-dev + python-sqlite rapidjson-dev swig uuid-dev yasm zlib1g-dev For >= 10.10: $ sudo apt-get install autopoint libltdl-dev |