add missing lib32stdc++6 in installation instructions
This commit is contained in:
parent
62f4737136
commit
def8a7adfb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Android on Ubuntu 14.10 (64bit)
|
||||||
sudo pip install --upgrade cython==0.21
|
sudo pip install --upgrade cython==0.21
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install build-essential ccache git lib32z1 lib32z1-dev python2.7 python2.7-dev openjdk-7-jdk unzip zlib1g-dev
|
sudo apt-get install build-essential ccache git lib32stdc++6 lib32z1 lib32z1-dev python2.7 python2.7-dev openjdk-7-jdk unzip zlib1g-dev
|
||||||
|
|
||||||
Android on Ubuntu 13.10 (64bit)
|
Android on Ubuntu 13.10 (64bit)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in a new issue