We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b677c8e + cf89c32 commit bb5c0ccCopy full SHA for bb5c0cc
docs/source/installation.rst
@@ -21,7 +21,7 @@ Android on Ubuntu 18.04 (64bit)
21
::
22
23
sudo apt update
24
- sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev
+ sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
25
pip3 install --user --upgrade cython virtualenv # the --user should be removed if you do this in a venv
26
27
# add the following line at the end of your ~/.bashrc file
0 commit comments