diff options
author | wsnipex <wsnipex@a1.net> | 2014-09-25 10:03:01 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2014-09-25 10:03:01 +0200 |
commit | d66984dda318333c4886ea036d7c8fac7b2a10cf (patch) | |
tree | 87512dd2f36b1f0231cfabfef222b18c8abc9cd3 /docs | |
parent | 021933ef1542cd18e4ac9781fef44a3067eb0654 (diff) |
[android][docs] add note how to install needed deps for android ndk on ubuntu 14.04 x86_64
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/README.android b/docs/README.android index db37050f00..48701d7396 100644 --- a/docs/README.android +++ b/docs/README.android @@ -33,6 +33,10 @@ users will need to get the equivalents. If you run a 64bit operating system you will also need to get ia32-libs + ubuntu >= 14.04: + # sudo apt-get install lib32stdc++6 lib32z1 lib32z1-de + + older versions: # sudo apt-get install ia32-libs The following versions are used on our continuous integration system "jenkins". Other (newer) |