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/README.android | |
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/README.android')
-rw-r--r-- | docs/README.android | 2 |
1 files changed, 1 insertions, 1 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 |