Skip to content

Commit bb5c0cc

Browse files
authored
Merge pull request #1106 from AndreMiras/feature/updates_install_dependencies
📚 Adds libssl-dev to the install dependencies
2 parents b677c8e + cf89c32 commit bb5c0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Android on Ubuntu 18.04 (64bit)
2121
::
2222

2323
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
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 libssl-dev
2525
pip3 install --user --upgrade cython virtualenv # the --user should be removed if you do this in a venv
2626

2727
# add the following line at the end of your ~/.bashrc file

0 commit comments

Comments
 (0)