Skip to content

Commit

Permalink
Merge pull request #1106 from AndreMiras/feature/updates_install_depe…
Browse files Browse the repository at this point in the history
…ndencies

📚 Adds libssl-dev to the install dependencies
  • Loading branch information
AndreMiras committed May 18, 2020
2 parents b677c8e + cf89c32 commit bb5c0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Android on Ubuntu 18.04 (64bit)
::

sudo apt update
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
pip3 install --user --upgrade cython virtualenv # the --user should be removed if you do this in a venv

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

0 comments on commit bb5c0cc

Please sign in to comment.