From cf89c320422ccd5dba53f40196f227806612b3ac Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Sun, 17 May 2020 00:11:01 +0200 Subject: [PATCH] :books: Adds libssl-dev to the install dependencies Refs: https://github.com/kivy/python-for-android/pull/2205 --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 870107bac..f93e143f0 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -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