add libffi-dev to android requirements
This commit is contained in:
parent
b6981f8c57
commit
2fb4399767
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue