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